Err… Error?
Closed this issue · 4 comments
sergeevabc commented
Windows 7, ambr 0.5.8
$ ambr.exe -r ">\.\.\b" ">..."
thread 'replacer' panicked at 'called `Option::unwrap()` on a `None` value', src\pipeline_replacer.rs:222:45
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
dalance commented
Thank you for your report.
\b
may be the cause of problem. I'll investigate it.
dalance commented
I fixed it, and released v0.5.9.
sergeevabc commented
It seems Amber, being Rust-related app, is also affected by greedy/non-greedy issue.
But, frankly saying, what’s truly annoying is the lack of file-based paths, e.g. *.md
won’t work.
nevdelap commented
It seems Amber, being Rust-related app, is also affected by greedy/non-greedy issue.
But, frankly saying, what’s truly annoying is the lack of file-based paths, e.g.*.md
won’t work.
The problem isn't with Rust apps Aleksander, the problem is with your Windows app - it is doing the wrong thing.