Jonathan Turner
48a90fea70
Fix let-env ( #3057 )
2021-02-15 20:58:51 +13:00
Jonathan Turner
b202951c1d
fix prompts on startup ( #3056 )
...
* fix prompts on startup
* Try again
2021-02-15 20:14:16 +13:00
Darren Schroeder
fd41fa31d5
add $nothing and tests ( #2995 )
2021-02-02 19:23:12 +13:00
Darren Schroeder
b052d524da
added pow operator, and filesize math ( #2976 )
...
* added pow operator, and filesize math
* removed + and - arms, removed some pow, pow higher precedence
* Update value.rs
Co-authored-by: Jonathan Turner <jonathandturner@users.noreply.github.com>
2021-01-29 07:44:02 -06:00
Jonathan Turner
52dc04a35a
Error on bad row in column path ( #2964 )
...
* Error on bad row in column path
* Add more pathing tests
2021-01-22 18:14:13 -05:00
Anders Rasmussen
ebc4694e05
move keybinding_path to nu-data ( #2927 )
2021-01-14 06:31:47 +13:00
Darren Schroeder
231a445809
working for comparing filepath to string ( #2906 )
...
* working for comparing filepath to string
* added tests
2021-01-11 16:41:19 +13:00
Jonathan Turner
93e8f6c05e
Split nu-cli into nu-cli/nu-engine ( #2898 )
...
We split off the evaluation engine part of nu-cli into its own crate. This helps improve build times for nu-cli by 17% in my tests. It also helps us see a bit better what's the core engine portion vs the part specific to the interactive CLI piece.
There's more than can be done here, but I think it's a good start in the right direction.
2021-01-10 15:50:49 +13:00