c2ac8f730e
Rust 1.85, edition=2024 ( #15741 )
2025-05-13 16:49:30 +02:00
61182deb96
Bump version to 0.94.0 ( #12987 )
2024-05-28 12:04:09 -07:00
f184a77fe1
Path expansion no longer removes trailing slashes ( #12662 )
...
This PR changes `nu_path::expand_path_with()` to no longer remove
trailing slashes. It also fixes bugs in the current implementation due
to ineffective tests (Fixes #12602 ).
2024-05-01 17:28:54 -05:00
bc7736bc99
Add 2 fuzzers for nu-path, nu-parser ( #10376 )
...
# Description
This PR adds a fuzzer for the nu-path and the nu-parser crate.
Now you can go to `crates/nu-path/fuzz`/`crates/nu-parser/fuzz` and run `cargo fuzz` to
find crashes.
https://github.com/nushell/nushell/issues/10365 and #9417 was found by
this
---------
Co-authored-by: sholderbach <sholderbach@users.noreply.github.com >
2023-09-16 22:32:53 +02:00