You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 26, 2025. It is now read-only.
This plugin doesn't set the errorformat, and so multiline failures like:
/home/jason/src/my-language/src/main.zig:359:22: error: unable to resolve inferred error set
try readDelimited(ps, ')');
~~~~~~~~~~~~~^~~~~~~~~
referenced by:
macros: /home/jason/src/my-language/src/main.zig:218:20
read: /home/jason/src/my-language/src/main.zig:494:41
remaining reference traces hidden; use '-freference-trace' to see all reference traces
Don't get interpreted properly. I propose a different errorformat (and I would like to make a pull request). Here is my new errorformat: