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

Issue 4628045: code review 4628045: os: Change Waitmsg.String() to operate on pointer.

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

Description

os: Change Waitmsg.String() to operate on pointer. Fixes issue 1851.

Patch Set 1 #

Patch Set 2 : diff -r dc6d3cf9279d https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r dc6d3cf9279d https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r dc6d3cf9279d https://go.googlecode.com/hg/ #

Patch Set 5 : diff -r dc6d3cf9279d https://go.googlecode.com/hg/ #

Total comments: 2

Patch Set 6 : diff -r 37a78ff6db53 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -2 lines) Patch
M src/pkg/os/exec_plan9.go View 1 2 3 4 5 1 chunk +4 lines, -1 line 0 comments Download
M src/pkg/os/exec_posix.go View 1 2 3 1 chunk +4 lines, -1 line 0 comments Download
M src/pkg/os/os_test.go View 1 2 3 4 5 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 10
gmiller
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 9 months ago (2011-06-17 13:10:37 UTC) #1
rsc
It is hard to believe that this fixes issue 1851. Won't it still crash inside ...
13 years, 9 months ago (2011-06-17 13:23:52 UTC) #2
gmiller
You are correct. Sorry haven't had my coffee yet this morning. graham On Fri, Jun ...
13 years, 9 months ago (2011-06-17 13:44:08 UTC) #3
gmiller
Hello golang-dev@googlegroups.com, rsc@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 9 months ago (2011-06-17 13:48:36 UTC) #4
rsc
Please add a test.
13 years, 9 months ago (2011-06-17 14:23:55 UTC) #5
gmiller
Hello golang-dev@googlegroups.com, rsc@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 9 months ago (2011-06-17 14:58:24 UTC) #6
rsc
http://codereview.appspot.com/4628045/diff/12001/src/pkg/os/os_test.go File src/pkg/os/os_test.go (right): http://codereview.appspot.com/4628045/diff/12001/src/pkg/os/os_test.go#newcode1048 src/pkg/os/os_test.go:1048: s := fmt.Sprintf("%v", w) s := w.String() http://codereview.appspot.com/4628045/diff/12001/src/pkg/os/os_test.go#newcode1050 src/pkg/os/os_test.go:1050: ...
13 years, 9 months ago (2011-06-20 19:16:53 UTC) #7
gmiller
Hello rsc@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 9 months ago (2011-06-20 19:36:34 UTC) #8
rsc
*** Submitted as http://code.google.com/p/go/source/detail?r=96b9097f090a *** os: change Waitmsg String method to use pointer receiver Fixes ...
13 years, 9 months ago (2011-06-20 19:42:21 UTC) #9
rsc
13 years, 9 months ago (2011-06-20 19:42:25 UTC) #10
LGTM
Sign in to reply to this message.

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