nushell/crates/nu-protocol/src
Access 1fd0ddb52c
Maybe solve the none bug? (#860)
* Maybe solve the none bug?

* cargo fmt

* use nothing, not string

* check at last

* I check it at last

* Use error which has span

* use not found error

* fix error

* use a empty value length?

* * Add commit about what I change and fmt

Now all test passed, but I do not know if it is right

* update the test

* check if it is nothing

* update commit

* Rename test

Co-authored-by: Jakub Žádník <kubouch@gmail.com>
2022-01-30 15:23:28 +02:00
..
ast Add support for def-env and export def-env (#887) 2022-01-29 15:45:46 -05:00
engine Variables should error on use rather than value span (#881) 2022-01-29 08:00:48 -05:00
value Maybe solve the none bug? (#860) 2022-01-30 15:23:28 +02:00
config.rs history-menu (#846) 2022-01-25 09:39:22 +00:00
example.rs Start support for commandline args to nu itself (#851) 2022-01-27 01:42:39 +11:00
exportable.rs Add environment variable support for modules (#331) 2021-11-16 12:16:06 +13:00
id.rs Separate Overlay into its own thing (#344) 2021-11-17 17:23:55 +13:00
lib.rs Move $nu.env to $env (#665) 2022-01-05 08:34:42 +11:00
overlay.rs Make env var eval order during "use" deterministic (#742) 2022-01-15 08:06:32 +11:00
pipeline_data.rs Only trim prompt (#876) 2022-01-28 18:22:09 -05:00
shell_error.rs Port move (#833) 2022-01-24 21:43:38 +02:00
signature.rs Start support for commandline args to nu itself (#851) 2022-01-27 01:42:39 +11:00
span.rs Port find command (#658) 2022-01-23 16:32:02 -06:00
syntax_shape.rs Add support for load-env (#752) 2022-01-15 18:50:11 -05:00
ty.rs Clippy fixes for Rust 1.58 (#733) 2022-01-14 06:40:25 +11:00