dalance/amber

Err… Error?

Closed this issue · 4 comments

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                                

Thank you for your report.
\b may be the cause of problem. I'll investigate it.

rust-lang/regex#755

I fixed it, and released v0.5.9.

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.

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.