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
I like the idea of failing by default but providing a flag for turning them into warnings to allow for forwards compatibility.
Note that this wouldn't have necessarily helped with #96 because */foo is a valid filename that also happens to be a glob. Older versions certainly could suggest that this probably isn't doing what you intended, but it's not wrong per se.
If cabal-gild finds an unsupported pragma in the cabal file it should fail and report the unsupported pragma.
The flag
--ignore-unsupported-pragmas
should be added to ignore these pragmas and continue processing the cabal file.This would have been useful for understanding why #96 was failing.
This should be added to all major versions.
The text was updated successfully, but these errors were encountered: