|
|
Created:
11 years ago by rh Modified:
11 years ago Reviewers:
nigeltao, gobot, Sameer Ajmani, iant, dsymonds, rsc, r, adg, robsc, djd, crawshaw, gmlewis1, bradfitz, michael.j.fromberger, francesc, adonovan CC:
golang-codereviews, dsymonds, adg, crawshaw, r, nigeltao, Sameer Ajmani, iant, robsc, michael.j.fromberger, gmlewis1, adonovan, rsc Visibility:
Public. |
Descriptionhtml: fix small typo
Patch Set 1 #Patch Set 2 : diff -r 824f981dd4b7 https://code.google.com/p/go #Patch Set 3 : diff -r 824f981dd4b7 https://code.google.com/p/go #MessagesTotal messages: 23
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
Sign in to reply to this message.
LGTM On Wed, Apr 30, 2014 at 5:32 PM, <robert.hencke@gmail.com> wrote: > Reviewers: golang-codereviews, > > Message: > Hello golang-codereviews@googlegroups.com, > > I'd like you to review this change to > https://code.google.com/p/go > > > Description: > html: fix small typo > > Please review this at https://codereview.appspot.com/98880043/ > > Affected files (+1, -1 lines): > M src/pkg/html/template/js.go > > > Index: src/pkg/html/template/js.go > =================================================================== > --- a/src/pkg/html/template/js.go > +++ b/src/pkg/html/template/js.go > @@ -99,7 +99,7 @@ > return jsCtxDivOp > } > > -// regexPrecederKeywords is a set of reserved JS keywords that can > precede a > +// regexpPrecederKeywords is a set of reserved JS keywords that can > precede a > // regular expression in JS source. > var regexpPrecederKeywords = map[string]bool{ > "break": true, > > > -- > 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/d/optout. >
Sign in to reply to this message.
On 2014/05/01 18:55:23, r wrote: > LGTM LGTM
Sign in to reply to this message.
thetruthofthematter LGTM.
Sign in to reply to this message.
Waiting for rsc
Sign in to reply to this message.
LGTM
Sign in to reply to this message.
On 2014/05/01 18:57:34, iant wrote: > LGTM LGTM
Sign in to reply to this message.
LGTM
Sign in to reply to this message.
On 2014/05/01 19:01:23, gmlewis1 wrote: > LGTM LGTM, but the approval of the preceders should suffice.
Sign in to reply to this message.
Ha - this made my day. Thanks for all the reviews.
Sign in to reply to this message.
*** Submitted as https://code.google.com/p/go/source/detail?r=b0443478e712 *** html: fix small typo LGTM=dsymonds, adg, crawshaw, r, bradfitz, campoy, nigeltao, sameer, iant, robsc, djd, michael.j.fromberger, gmlewis, adonovan, rsc R=golang-codereviews, dsymonds, adg, crawshaw, r, nigeltao, sameer, iant, robsc, djd, michael.j.fromberger, gmlewis, adonovan, rsc CC=golang-codereviews https://codereview.appspot.com/98880043 Committer: Rob Pike <r@golang.org>
Sign in to reply to this message.
This CL appears to have broken the linux-amd64-farce builder. See http://build.golang.org/log/64dc1be0c2e0c9e50381d1577511a2d939e19eba
Sign in to reply to this message.
I think we're going to have to roll this back. On May 1, 2014 4:41 PM, <gobot@golang.org> wrote: > This CL appears to have broken the linux-amd64-farce builder. > See http://build.golang.org/log/64dc1be0c2e0c9e50381d1577511a2d939e19eba > > https://codereview.appspot.com/98880043/ > > -- > 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/d/optout. >
Sign in to reply to this message.
On 2014/05/01 20:41:26, bradfitz wrote: > I think we're going to have to roll this back. It may have been a bit too ambitious of a change.
Sign in to reply to this message.
|