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

Issue 66600043: code review 66600043: cmd/go: Plan 9 compatible "env" output (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 2 months ago by lucio
Modified:
10 years, 1 month ago
Reviewers:
gobot, rsc, dfc, 0intro
CC:
golang-codereviews, rsc
Visibility:
Public.

Description

cmd/go: Plan 9 compatible "env" output Fixes the output of go env so that variables can be set more accurately when using Plan 9's rc shell. Specifically, GOPATH may have multiple components and the current representation is plain wrong. In practice, we porobably ought to change os.Getenv to produce the right result, but that requires considerably more thought.

Patch Set 1 #

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -1 line) Patch
M src/cmd/go/env.go View 1 1 chunk +13 lines, -1 line 0 comments Download

Messages

Total messages: 8
lucio
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
10 years, 2 months ago (2014-02-20 16:48:54 UTC) #1
gobot
R=rsc@golang.org (assigned by rsc@golang.org)
10 years, 1 month ago (2014-02-24 15:10:52 UTC) #2
rsc
LGTM
10 years, 1 month ago (2014-02-24 16:48:13 UTC) #3
0intro
*** Submitted as https://code.google.com/p/go/source/detail?r=ba599658e88e *** cmd/go: Plan 9 compatible "env" output Fixes the output of ...
10 years, 1 month ago (2014-02-24 18:49:09 UTC) #4
gobot
This CL appears to have broken the windows-386-ec2 builder.
10 years, 1 month ago (2014-02-24 21:05:58 UTC) #5
lucio
Is this for real? I can't see how it would. Lucio. On 2/24/14, gobot@golang.org <gobot@golang.org> ...
10 years, 1 month ago (2014-02-25 04:20:47 UTC) #6
dfc
It's not a real build failure, the windows builder timed out and was considered to ...
10 years, 1 month ago (2014-02-25 04:31:47 UTC) #7
lucio
10 years, 1 month ago (2014-02-25 04:52:14 UTC) #8
I know all about that, all my platforms have that problem :-)

Thanks for the reassurance.

Lucio.


On 2/25/14, Dave Cheney <dave@cheney.net> wrote:
> It's not a real build failure, the windows builder timed out and was
> considered to fail.
>
>
> On Tue, Feb 25, 2014 at 3:20 PM, Lucio De Re <lucio.dere@gmail.com> wrote:
>
>> Is this for real?  I can't see how it would.
>>
>> Lucio.
>>
>>
>> On 2/24/14, gobot@golang.org <gobot@golang.org> wrote:
>> > This CL appears to have broken the windows-386-ec2 builder.
>> >
>> > https://codereview.appspot.com/66600043/
>> >
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "golang-codereviews" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to golang-codereviews+unsubscribe@googlegroups.com.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
Sign in to reply to this message.

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