This week in Nushell #258
Nushell
- WindSoilder made
save
print to stderr when needed - sholderbach created a security policy, fixed up an example and did tons of refactoring: replaced the manual
Record::get
implementation, liftedSharedCow::to_mut
out of if let branches, simplified column look-up indefault
, bumped rust toolchain, made contentious clippy fixes, fixed clippy issues for toolchain bump, and fixed clippy issues from stable and nightly - Embers-of-the-Fire fixed an overflowing table in command documentation, fixed an internal panic for
query web
, and added a new--upgrade
flag formv
command - NotTheDr01ds clarified
default
command help, added doc and examples for multi-dot directory traversal, clarifiedrandom chars
documentation, and clarifiedrandom int
help - cablehead made ctrlc available to plugins
- IanManske kept working on migrating to Nu-specific path types: part 3:
$nu
paths and part 4: various tests - ayax79 set content type metadata on all core
to *
commands, and made pipeline metadata available to plugins - weirdan made a change to consider numbers to be part of a word in
split words
, and added links to security contacts - fdncred made
math sqrt
const - userwiths made
log
respectuse_ansi_coloring
setting - devyn bumped version to
0.96.2
, fixed bad method links in docstrings, cleaned up arguments added to stack afterCallDecl
engine call, fixed incorrect capturing of subexpressions in IR, and made assignment andconst
consistent withlet
/mut
- maxim-uvarov stopped forcing stripping of ANSI codes from strings in
stor
- Bahex supplied
<acc>
to the closure as pipeline input in reduce - suimong added "--as-columns" flag to
polars into-df
- qfel used the Default implementation of Suggestion, and factored out style-setting code
- lyuha kept forward slash when autocompleting on Windows
Documentation
- NotTheDr01ds made a quick fix to String docs, improved 'Moving around' chapter, substantially improved String doc, and added cd multiple levels
- devyn added release notes for
0.96.1
Nu_Scripts
- NotTheDr01ds added additional theme Features
- devyn added recursive fibonacci benchmark