nim-lang / nim-mode

An emacs major mode for the Nim programming language
138 stars 46 forks source link

allow emacs to parse nim error messages from the compilation buffer #163

Closed krux02 closed 7 years ago

krux02 commented 7 years ago

I have this change now already for quite a while in my other pull request that had some controversy because of my changes on how compilation works. This pull request has only the part for parsing the compilation error messages.

I added --excessiveStackTrace:on so that stack traces have absolute paths. This makes clicking on them work more often, when the files are not in the current project.