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

Issue 11012046: code review 11012046: go.talks/pkg/socket: fix go-tour non-main package wrong... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 9 months ago by chai2010
Modified:
10 years, 9 months ago
Reviewers:
adg
CC:
golang-dev, adg
Visibility:
Public.

Description

go.talks/pkg/socket: fix can't remove temp binary issue Fixes issue 5870.

Patch Set 1 #

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

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

Total comments: 2

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

Total comments: 8

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -2 lines) Patch
M pkg/socket/socket.go View 1 2 3 4 3 chunks +6 lines, -2 lines 0 comments Download

Messages

Total messages: 7
chai2010
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go.talks
10 years, 9 months ago (2013-07-11 23:54:56 UTC) #1
adg
Using "go run" is wrong. It breaks "kill". Please reduce this CL to just the ...
10 years, 9 months ago (2013-07-12 00:02:42 UTC) #2
chai2010
sorry for the "go run" change. I will send a new CL for issue5871 later. ...
10 years, 9 months ago (2013-07-12 00:20:14 UTC) #3
adg
https://codereview.appspot.com/11012046/diff/9001/pkg/socket/socket.go File pkg/socket/socket.go (right): https://codereview.appspot.com/11012046/diff/9001/pkg/socket/socket.go#newcode120 pkg/socket/socket.go:120: tmpBin string s/tmpBin/bin https://codereview.appspot.com/11012046/diff/9001/pkg/socket/socket.go#newcode161 pkg/socket/socket.go:161: p.tmpBin = bin move ...
10 years, 9 months ago (2013-07-12 00:46:29 UTC) #4
chai2010
https://codereview.appspot.com/11012046/diff/9001/pkg/socket/socket.go File pkg/socket/socket.go (right): https://codereview.appspot.com/11012046/diff/9001/pkg/socket/socket.go#newcode120 pkg/socket/socket.go:120: tmpBin string On 2013/07/12 00:46:29, adg wrote: > s/tmpBin/bin ...
10 years, 9 months ago (2013-07-12 01:10:53 UTC) #5
adg
LGTM
10 years, 9 months ago (2013-07-12 01:13:46 UTC) #6
adg
10 years, 9 months ago (2013-07-12 01:15:40 UTC) #7
*** Submitted as
https://code.google.com/p/go/source/detail?r=066b009fee9d&repo=talks ***

go.talks/pkg/socket: fix can't remove temp binary issue

Fixes issue 5870.

R=golang-dev, adg
CC=golang-dev
https://codereview.appspot.com/11012046

Committer: Andrew Gerrand <adg@golang.org>
Sign in to reply to this message.

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