Skip to content

Conversation

@dominikh
Copy link
Member

Depends on #44

dmitshurand others added 6 commits February 20, 2016 21:46
A more standard and widely available alternative implementation created by @dominikh in #43 (comment). Fixes#43.
Using mktemp solves two issues: - it allows running multiple instances of update.sh in parallel. For example, someone might have two separate checkouts of the playground and intent to build them with different versions of Go. They might run both instances of update.sh in parallel to save time. - it works correctly when someone has set their TMPDIR to something other than /tmp
@dmitshurdmitshur self-assigned this Feb 21, 2016
Even quote the use of PKG. While not necessary right now, it protects us from future code breakage.
@dominikh
Copy link
MemberAuthor

PTAL

@dmitshur
Copy link
Member

Awesome. I've reviewed all commits, and the final version.

It's a huge improvement, and continues to work on OS X.

LGTM. Thank you for making it better!

@dmitshurdmitshur merged commit 97f92c7 into gopherjs:masterFeb 22, 2016
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@dominikh@dmitshur