gps
gps copied to clipboard
Handle errors more sanely
trafficstars
The simplest thing we can do to make errors sane is:
- Have one/a couple specific error interfaces that differentiate between errors as true satisfiability failures vs. mechanical errors (i.e. those coming from the
SourceManager) - In service of the above, have a mechanism for wrapping up the errors from a
SourceManageras their own type...ish?
Also, a third thing. I think. I forgot
This issue was moved to golang/dep#450