Append input path name to UnknownNode errors #185
No reviewers
Labels
No Label
blocked: dependency
blocked: info-needed
bug
duplicate
enhancement
fixed in HEAD
help wanted
hs:arrows
hs:brackets
hs:classes
hs:comments
hs:do-notation
hs:guards
hs:lists
hs:operators
hs:patterns
hs:records
hs:types
invalid
language extension support
layouting
needs confirmation
priority: high
priority: low
question
revisit before next release
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: hexagoxel/brittany#185
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "benjamin/file-name-errors"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
Appends the name of the input file to any
UnknownNode
errors. This is useful when runningbrittany
over a set of source files.Example output:
Closes #175.
I was so free to push another commit. Would you mind confirming if this still works as desired for some multiple-file testcase?
(and tell if you prefer the previous behaviour - i just thought "wait, we really should have the full srcspan info available in
ErrorUnknownNode
" and used that.)@lspitzner All works on my end. In fact, that's even better. Thanks!
thanks!