Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(404)

Issue 5608056: code review 5608056: misc/goplay: use go tool "run" (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 3 months ago by dupoxy
Modified:
11 years, 9 months ago
Reviewers:
rsc, andybalholm
CC:
andybalholm, rsc, golang-dev
Visibility:
Public.

Description

misc/goplay: use go tool "run" Fixes issue 2872

Patch Set 1 #

Patch Set 2 : diff -r d267ecc8b934 https://code.google.com/p/go #

Total comments: 2

Patch Set 3 : diff -r d267ecc8b934 https://code.google.com/p/go #

Patch Set 4 : diff -r d267ecc8b934 https://code.google.com/p/go #

Patch Set 5 : diff -r d267ecc8b934 https://code.google.com/p/go #

Total comments: 3

Patch Set 6 : diff -r d267ecc8b934 https://code.google.com/p/go #

Total comments: 4

Patch Set 7 : diff -r d267ecc8b934 https://code.google.com/p/go #

Patch Set 8 : diff -r da15310087d6 https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -47 lines) Patch
M misc/goplay/doc.go View 1 2 1 chunk +2 lines, -4 lines 0 comments Download
M misc/goplay/goplay.go View 1 2 3 4 5 6 7 5 chunks +13 lines, -43 lines 0 comments Download

Messages

Total messages: 16
andybalholm
It seems to work. http://codereview.appspot.com/5608056/diff/2001/misc/goplay/goplay.go File misc/goplay/goplay.go (right): http://codereview.appspot.com/5608056/diff/2001/misc/goplay/goplay.go#newcode61 misc/goplay/goplay.go:61: x := strconv.Itoa(<-uniq) removing the ...
13 years, 3 months ago (2012-02-04 00:00:55 UTC) #1
dupoxy
http://codereview.appspot.com/5608056/diff/2001/misc/goplay/goplay.go File misc/goplay/goplay.go (right): http://codereview.appspot.com/5608056/diff/2001/misc/goplay/goplay.go#newcode61 misc/goplay/goplay.go:61: x := strconv.Itoa(<-uniq) On 2012/02/04 00:00:55, andybalholm wrote: > ...
13 years, 3 months ago (2012-02-04 00:23:27 UTC) #2
dupoxy
Hello andybalholm@gmail.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
13 years, 3 months ago (2012-02-04 00:26:05 UTC) #3
andybalholm
On 2012/02/04 00:23:27, dupoxy wrote: > if I do: x := os.TempDir() + strconv.Itoa(<-uniq) > ...
13 years, 3 months ago (2012-02-04 00:53:12 UTC) #4
dupoxy
Hello andybalholm@gmail.com (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 3 months ago (2012-02-04 01:53:45 UTC) #5
dupoxy
Hello andybalholm@gmail.com (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 3 months ago (2012-02-04 10:41:16 UTC) #6
dupoxy
almost good I don't get how to remove the temp dir please see the comment ...
13 years, 3 months ago (2012-02-04 11:46:26 UTC) #7
andybalholm
http://codereview.appspot.com/5608056/diff/6003/misc/goplay/goplay.go File misc/goplay/goplay.go (right): http://codereview.appspot.com/5608056/diff/6003/misc/goplay/goplay.go#newcode44 misc/goplay/goplay.go:44: defer os.RemoveAll(tpdir) On 2012/02/04 11:46:26, dupoxy wrote: > this ...
13 years, 3 months ago (2012-02-04 16:31:25 UTC) #8
dupoxy
Hello andybalholm@gmail.com (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 3 months ago (2012-02-04 18:30:39 UTC) #9
dupoxy
http://codereview.appspot.com/5608056/diff/6003/misc/goplay/goplay.go File misc/goplay/goplay.go (right): http://codereview.appspot.com/5608056/diff/6003/misc/goplay/goplay.go#newcode44 misc/goplay/goplay.go:44: defer os.RemoveAll(tpdir) On 2012/02/04 16:31:26, andybalholm wrote: > On ...
13 years, 3 months ago (2012-02-04 18:38:22 UTC) #10
andybalholm
We're getting down to nitpicking stuff now. http://codereview.appspot.com/5608056/diff/2007/misc/goplay/goplay.go File misc/goplay/goplay.go (right): http://codereview.appspot.com/5608056/diff/2007/misc/goplay/goplay.go#newcode40 misc/goplay/goplay.go:40: dir := ...
13 years, 3 months ago (2012-02-05 00:54:59 UTC) #11
dupoxy
nice, nitpicking thanks http://codereview.appspot.com/5608056/diff/2007/misc/goplay/goplay.go File misc/goplay/goplay.go (right): http://codereview.appspot.com/5608056/diff/2007/misc/goplay/goplay.go#newcode40 misc/goplay/goplay.go:40: dir := os.Chdir(os.TempDir()) On 2012/02/05 00:54:59, ...
13 years, 3 months ago (2012-02-05 01:21:11 UTC) #12
dupoxy
Hello andybalholm@gmail.com (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 3 months ago (2012-02-05 01:21:47 UTC) #13
andybalholm
LGTM.
13 years, 3 months ago (2012-02-06 17:08:40 UTC) #14
rsc
LGTM
13 years, 3 months ago (2012-02-06 17:10:38 UTC) #15
rsc
13 years, 3 months ago (2012-02-06 17:10:55 UTC) #16
*** Submitted as http://code.google.com/p/go/source/detail?r=c7d6e8df6c8d ***

misc/goplay: use go tool "run"

Fixes issue 2872

R=andybalholm, rsc
CC=golang-dev
http://codereview.appspot.com/5608056

Committer: Russ Cox <rsc@golang.org>
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b