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

Issue 4281069: code review 4281069: build: fix version.bash (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 1 month ago by dave
Modified:
14 years, 1 month ago
Reviewers:
CC:
adg, rsc, ality, golang-dev
Visibility:
Public.

Description

build: fix version.bash This CL properly prepends the hg tag to the version string.

Patch Set 1 #

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

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

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

Messages

Total messages: 6
dave_cheney.net
Hello adg (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
14 years, 1 month ago (2011-03-25 12:53:57 UTC) #1
rsc
prepend does not mean what you think it means. also, what version of awk are ...
14 years, 1 month ago (2011-03-25 16:13:42 UTC) #2
ality
Russ Cox <rsc@golang.org> once said: > prepend does not mean what you think it means. ...
14 years, 1 month ago (2011-03-25 20:50:26 UTC) #3
rsc
LGTM
14 years, 1 month ago (2011-03-25 21:59:05 UTC) #4
rsc
*** Submitted as http://code.google.com/p/go/source/detail?r=f75a02fd83be *** build: handle broken awk in version.bash R=adg, rsc, ality CC=golang-dev ...
14 years, 1 month ago (2011-03-25 22:00:24 UTC) #5
dave_cheney.net
14 years, 1 month ago (2011-03-26 00:15:38 UTC) #6
This was on Darwin 10.6.7. I have the Xcode 4 buildchain installed. 


Sent from my C64

On 26/03/2011, at 3:13, Russ Cox <rsc@golang.org> wrote:

> prepend does not mean what you think it means.
> also, what version of awk are you using that can't parse its command
> line properly?  :-)
> 
> $ awk -vver=x 'BEGIN{print ver}'
> x
> $
Sign in to reply to this message.

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