Parse errors in metaprograms have the wrong file offsets #1964
Labels
component: wingman
type: bug
Something isn't right: doesn't work as intended, documentation is missing/outdated, etc..
The wingman metaprogram parser will give you line/column errors in the event of a bad parse. But these are relative to the start of the metaprogram, not relative to the containing file. Easy to fix; just add the containing source span before printing them out.
The text was updated successfully, but these errors were encountered: