This week in Nushell #258
Nushell
- WindSoilder made
saveprint to stderr when needed - sholderbach created a security policy, fixed up an example and did tons of refactoring: replaced the manual
Record::getimplementation, liftedSharedCow::to_mutout 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--upgradeflag formvcommand - NotTheDr01ds clarified
defaultcommand help, added doc and examples for multi-dot directory traversal, clarifiedrandom charsdocumentation, and clarifiedrandom inthelp - cablehead made ctrlc available to plugins
- IanManske kept working on migrating to Nu-specific path types: part 3:
$nupaths 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 sqrtconst - userwiths made
logrespectuse_ansi_coloringsetting - devyn bumped version to
0.96.2, fixed bad method links in docstrings, cleaned up arguments added to stack afterCallDeclengine call, fixed incorrect capturing of subexpressions in IR, and made assignment andconstconsistent 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