Conversation
Also tidy up some error reporting, and fix the manifest test (some names were unexported but the tests were not updated accordingly).
|
i'm a bit confused by this. @freeformz explained to me that you wrote this if only as a way of getting the tool to stop complaining about i thought, in one of our meetings a couple weeks ago, we came to the idea that while the project root == vcs root thing is important when it comes to dealing with dependencies, it's actually irrelevant when dealing with the current project. (my memory is of @adg having a literal chin-stroking epiphany moment about it, actually). looking back over the spec doc, though, we only took out reference to it in one place, and it's still present elsewhere. IMO, looking for a manifest file to locate current project root is a lot cleaner:
|
This is mostly the non controversial changes from #11, plus a more to the std lib stub function.
|
Closing this as we decided not to use VCS as per the doc. Other changes when in via #17. |
This is mostly the non controversial changes from golang#11, plus a more to the std lib stub function.
Fix version issues
This is mostly the non controversial changes from golang#11, plus a more to the std lib stub function.
This is mostly the non controversial changes from golang#11, plus a more to the std lib stub function.
Also tidy up some error reporting, and fix the manifest test (some names
were unexported but the tests were not updated accordingly).