nushell/crates/nu-protocol/src/engine
Anton 7221eb7f39
Fix typos and use more idiomatic assertions (#7755)
I have changed `assert!(a == b)` calls to `assert_eq!(a, b)`, which give
better error messages. Similarly for `assert!(a != b)` and
`assert_ne!(a, b)`. Basically all instances were comparing primitives
(string slices or integers), so there is no loss of generality from
special-case macros,

I have also fixed a number of typos in comments, variable names, and a
few user-facing messages.
2023-01-15 15:03:32 +13:00
..
call_info.rs Back to working state 2021-09-03 06:21:37 +12:00
capture_block.rs Split blocks and closures (#7075) 2022-11-10 21:21:49 +13:00
command.rs fix plugin detection in help commands (#7088) 2022-11-10 16:12:09 -06:00
engine_state.rs Fix typos and use more idiomatic assertions (#7755) 2023-01-15 15:03:32 +13:00
mod.rs Add environment change hook (#5600) 2022-05-21 09:49:42 +12:00
overlay.rs Fix typos and use more idiomatic assertions (#7755) 2023-01-15 15:03:32 +13:00
stack.rs Limit recursion to avoid stack overflow (#7657) 2023-01-04 18:38:50 -08:00