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

Issue 6492117: code review 6492117: build: print go banner before restoring windows PATH (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 8 months ago by bradfitz
Modified:
12 years, 7 months ago
Reviewers:
minux1, brainman
CC:
golang-dev, r
Visibility:
Public.

Description

build: print go banner before restoring windows PATH

Patch Set 1 #

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M src/all.bat View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 5
bradfitz
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
12 years, 8 months ago (2012-09-13 19:34:58 UTC) #1
r
LGTM
12 years, 8 months ago (2012-09-13 19:36:53 UTC) #2
bradfitz
*** Submitted as http://code.google.com/p/go/source/detail?r=452fc24c7ed3 *** build: print go banner before restoring windows PATH R=golang-dev, r ...
12 years, 8 months ago (2012-09-13 19:39:46 UTC) #3
brainman
LGTM Thank you.
12 years, 8 months ago (2012-09-13 23:40:32 UTC) #4
minux1
12 years, 7 months ago (2012-09-19 12:27:08 UTC) #5
Just saw this.

On Fri, Sep 14, 2012 at 3:34 AM, <bradfitz@golang.org> wrote:

> Index: src/all.bat
> ==============================**==============================**=======
> --- a/src/all.bat
> +++ b/src/all.bat
> @@ -16,8 +16,8 @@
>  if %GOBUILDFAIL%==1 goto end
>  call run.bat --no-rebuild --no-local
>  if %GOBUILDFAIL%==1 goto end
> +go tool dist banner
>  set PATH=%OLDPATH%
> -go tool dist banner

i think this change is not correct.

we restore %PATH% before banner so that banner could get the original %PATH%
and suggest the user to add %GOROOT%/bin to %PATH% if necessary.
Sign in to reply to this message.

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