-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
The godep config for bitbucket.org/ww/goautoneg has a comment of null-5 which dep tries to convert into a constraint. When it fails, the entire init process stops. The workaround is to remove the comment.
I've opened the following (mostly related) dep issues to track:
- Warn when an importer cannot preserve a constraint
- Validate that imported locked revisions did not change after solving
- Failed dep init runs should still write out config files
With these in place, the init run would instead:
- warn about the rejected comment and pick a new constraint.
- warn if that resulted in the final locked revision changing.
- write out a set of config files even if further unrecoverable errors were encountered.
Metadata
Metadata
Assignees
Labels
No labels