You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
et crashes when --prune is combined with a non existing --glob, e.g.:
$ cargo run -- --no-config --level 1 --prune --glob "main.rs" tests/data
Finished dev [unoptimized + debuginfo] target(s) in 0.05s
Running `target/debug/et --no-config --level 1 --prune --glob main.rs tests/data`
thread '<unnamed>' panicked at 'internal error: entered unreachable code: Try to access a freed node', ~/.cargo/registry/src/github.com-1ecc6299db9ec823/indextree-4.6.0/src/node.rs:45:13
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Any { .. }', src/render/tree/mod.rs:156:24
The text was updated successfully, but these errors were encountered:
et
crashes when--prune
is combined with a non existing--glob
, e.g.:The text was updated successfully, but these errors were encountered: