brotzeit / rustic

Rust development environment for Emacs
Apache License 2.0
726 stars 102 forks source link

Fix `rustic-compilation-panic` regex #575

Closed neosimsim closed 1 month ago

neosimsim commented 2 months ago

Fix rustic-compilation-panic regex by removing '[^']+',

Closes #573

neosimsim commented 1 month ago

I added the test in a separate commit, so the regression is easier. Unfortunately I cannot figure out why compilation-num-errors-found jumps from 0 to 2.

neosimsim commented 1 month ago

I added the test in a separate commit, so the regression is easier. Unfortunately I cannot figure out why compilation-num-errors-found jumps from 0 to 2.

I suspected rustic-panic to be in compilation-error-regexp-alist twice, but that not the case

(rustic-panic rustic-info rustic-warning rustic-error)
psibi commented 1 month ago

Note about https://github.com/brotzeit/rustic/issues/566

neosimsim commented 1 month ago

Note about #566

Oh my goodness. I totally missed that. Thanks for pointing that out @psibi

neosimsim commented 1 month ago

Closed in favor of emacs-rustic/rustic#31