This week in Nu #56
- LhKipp posted a new RFC about extending our type inference logic and how we might extend the logic for working with aliases.
- notryanb updated the git parsing examples in the cookbook
- gorogoroumaru extended
math avg
to work with durations - andrasio extended the folding logic to work with tables, improved plugin loading and testing, cleaned up configuration reading
- gillespiecd switched active shell to be displayed as a boolean, did some code cleanup around booleans, removed
trim
in favor ofstr trim
, cleaned up the help text - radekvit added non-inclusive ranges, made ctrl-c work during sleep, cleaned up logic for
get
andnu-value-ext
- jonathandturner fixed a yanked crossterm version
- fdncred and jonathandturner updated the rustyline version, fixing some instability during line editing
- lidin fixed rawkey for ARM
- fdncred fixed a ctrl-c issue, added a few more ansi escape sequences, added replace all to
str find-replace
- thegedge refactored the completion trait
- rezural added case-sensitive/case-insensitive completion matching