-
Notifications
You must be signed in to change notification settings - Fork 11
Stop relying on non-standard rename
in update.sh.
#43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
dmitshur
added a commit
that referenced
this issue
Feb 21, 2016
It uses a temporary staging folder to perform the operations. - No longer require your GOROOT to be writeable. - No longer require your GOPATH list to contain no more than 1 workspace. - It has no side-effects, for example, it no longer leaves the $GOPATH/bin/playground.js.map file behind. Fixes #36. It doesn't fix a part of #36, but a new issue #43 is created to track that.
|
dmitshur
added a commit
that referenced
this issue
Feb 21, 2016
A more standard and widely available alternative implementation created by @dominikh in #43 (comment). Fixes #43.
dmitshur
added a commit
that referenced
this issue
Feb 21, 2016
A more standard and widely available alternative implementation created by @dominikh in #43 (comment). Fixes #43.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a smaller task extracted from #36:
@dominikh also wrote about the downsides of relying on this command in #41 (comment):
This issue is to track that.
The text was updated successfully, but these errors were encountered: