This week in Nushell #250
Nushell
- kubouch initiated Span ID Refactor - Step 1 and fixed a test failure when running tests with nextest.
- WindSoilder removed inner quotes once Nushell gets
=
sign inrun_external
, used pathdiff::diff_path to handle relative paths inrun_external.rs
, and bumped version to 0.94.3. - sholderbach grouped
polars
crate updates in dependabot, and movedformat date
toCategory::Strings
. - devyn added options for filtering the log output from
nu
, increased default compression level in msgpackz, fixedrun_external::expand_glob()
to return PWD-relative paths, fixed external command name parsing with backslashes, and added tests, and bumped version to0.94.2
. - rgwood overhauled
explore
config, fixedexplore
panic on empty lists, made LS_COLORS functionality faster inexplore
, especially on Windows, and refactoredexplore
cursor code. - ayax79 upgraded to polars 0.40, fixed a couple of incorrect error messages, and allowed int values to be converted into floats.
- stormasm reduced log tracing in nu-cli.
- abusch made
query xml
return nodes in document order, and tried to preserve the ordering of elements in from toml. - JoaoFidalgo1403 allowed stor insert and stor update to accept pipeline input.
- Decodetalkers fixed a coredump without any messages.
- NotTheDr01ds corrected an erroneous example in the 'touch' help, and updated
cd
/def --env
examples. - Embers-of-the-Fire made string related commands parse-time evaluatable.
- KAAtheWiseGit used native toml datetime type in
to toml
. - amtoine completed the type of
--error-label
instd assert
commands. - IanManske fixed display formatting for command type in
help commands
. - roaldarbol created
CITATION.cff
. - hqsz supported plus sign for "into filesize".
- ymcx fixed the colors when completing using a relative path.
Documentation
- hustcer added common tools dir.
- maxim-uvarov updated
dataframes
chapter table withcommands
. - kubouch added 0.94.2 patch notes.
- tesujimath added reference to bash-env to cookbook.
- ZennoZenith fixed a broken link pointing to localhost.
- Kissaki improved translation overview text for #261, and fixed module env usage tip.
- amtoine updated testing doc.
Nu_Scripts
- maxim-uvarov proposed an improvement to
std bench
, simplified thestd bench
improvement candidate, and offered a hotfix forsignificant-digits
to not error if the input was 0, and updatedsignificant-digits
to not use string conversions. - neur1n resolved several issues in nu_conda and nu_msvs.
- OJarrisonn updated rustup completions to use the new rustup help page style, and added
eza
completions. - fdncred reverted "Add git coommit completions", and originally added git commit completions then reverted.
- th-duvanel added docker completions.
- laisnuto completed git pull.
- zhangymPerson added docker aliases.