FoamScience / foam-language-server

A language server for OpenFOAM case files
25 stars 0 forks source link

Better diagnostics for OpenFOAM errors/warnings #4

Open FoamScience opened 2 years ago

FoamScience commented 2 years ago

Support for custom errors/warnings

Alternatives Currently, each error message (the whole content of stderr) is parsed with a single regex. An alternative is to extract needed pieces of information using separate regexs; but I can't decide which is better.