This week in Nushell #227
Nushell
- ysthakur added more specific errors for missing values in records, and allowed spreading arguments to commands
- nibon7 fixed a panic when
http_client
fails, and improved redirection: 1, 2 - sholderbach simplified the feature gates for
stor
commands, made polars deps optional forcargo test --all
, and limited direct construction ofRecord
, added a check for clean repo after tests, fixed sandboxing of redirection tests, and bumped the reedline development version - fdncred reverted "Bump reedline development version"
- SebastianIonel fixed a bug with "bytes remove --end" .
- IanManske removed the unnecessary
replace_in_variable
- lavafroth implemented fix: prevent greedy matching of directory names
- cyradotpink allowed
http
commands' automatic redirect-following to be disabled
Documentation
- frogshead created fix typo
- ysthakur created Add information on spread operator
Nu_Scripts
- AucaCoyan created 🐛 fix
(default)
and(installed)
on rustup completions, and 🐛 renameyarn
foryarn-v4
and addrun
cmpl, and ✨code
completions, and ✨ add completion togh pr checkout <tab>
- frogshead created fix broken links in modules readme, and fix broken link on README.md
- edhowland created Adds Modules/recursion : Examples of Fun with Recursive functions in Nu
- fj0r created comma test runner
reedline
- nibon7 created Fix
prompt_start_row
reset to 0 when opening a file without newline in Nushell - sholderbach created Fix clippy from the future, and Bump
itertools
to0.12.0
from0.10.x