- webbedspace reduced LOC by replacing several instances of
Value::Int {}
,Value::Float{}
,Value::Bool {}
, andValue::String {}
withValue::int()
,Value::float()
,Value::boolean()
andValue::string()
, and Allow$env
and mutable records to be mutated by=
(closes #7110) - merelymyself ensured that errore in
else
are forwarded appropriately, and fix external completions; add a caret when there is overlap, and Add quotes to hash file autocomplete, and Makeseq
return aListStream
where possible - sholderbach added arbitrary base
math log
, and Addmath tau
, and Fixmath e
usage text - kubouch fixed tab not working in vi editor mode
- jntrnr removed and/or from 'help operators', and Fix input redirect for externals, and Add OneOf shape to fix
else
, and Improve empty pipelines, and Better errors when bash-like operators are used - rgwood removed use of deprecated
actions-rs/cargo
GH action, and Fixwatch
for block+closure split, and Pin CI jobs to Ubuntu 20.04, and Make SQLite queries cancellable, and Improve error message for illegal filenames on Windows, and Overhaulschema
command, remove database name - WindSoilder fixed semicolon doesn't work for some commands, and fix
split list
when separater is the first element of list - stormasm removed redundant code mentioning ToCsv
- fdncred bumped to dev build v0.72.2, and add input_output_types() to
ansi gradient
, and add background colors to the ansi command - raccmonteiro added a
++=
appendAssign operator (#7346) - nibon7 fixed kill: don't show signal example on windows
- JohnJohnstone fixed menus in default config
- Kangaxx-0 fixed
upsert
index of zero, and Add comments for nu syntax shape - zhiburt fixed an issue with showing the wrong row index
- dbuch landed Protocol: debug_assert!() Span to reflect a valid slice
- jntrnr switched to 'and' and 'or'
- ehdevries replaced deprecated operators in panache-git