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

Issue 4572049: code review 4572049: go/scanner: partially revert CL4538096 now that we have... (Closed)

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

Description

go/scanner: partially revert CL4538096 now that we have %#U for runes

Patch Set 1 #

Total comments: 1

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -4 lines) Patch
M src/pkg/go/scanner/scanner.go View 1 2 chunks +2 lines, -1 line 0 comments Download
M src/pkg/go/scanner/scanner_test.go View 1 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 9
gri
Hello r (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 10 months ago (2011-06-08 20:32:52 UTC) #1
bradfitz
LGTM http://codereview.appspot.com/4572049/diff/1/src/pkg/go/scanner/scanner.go File src/pkg/go/scanner/scanner.go (right): http://codereview.appspot.com/4572049/diff/1/src/pkg/go/scanner/scanner.go#newcode678 src/pkg/go/scanner/scanner.go:678: S.error(offs, fmt.Sprintf("illegal character %q (%U)", ch, ch)) weird ...
13 years, 10 months ago (2011-06-08 20:37:45 UTC) #2
rsc
i commented on 4538096 that --- This has come up a bunch of times in ...
13 years, 10 months ago (2011-06-08 20:47:27 UTC) #3
gri
[reply to all this time] yes. waiting for Rob to comment on this before submitting ...
13 years, 10 months ago (2011-06-08 20:50:52 UTC) #4
rsc
%#q is taken. %#U makes sense since the thing it does always is the U+1234 ...
13 years, 10 months ago (2011-06-08 20:58:58 UTC) #5
r
%#U will be my reward once I'm finished updating the course notes. -rob
13 years, 10 months ago (2011-06-08 21:46:22 UTC) #6
gri
Hello r@golang.org, bradfitz@golang.org, rsc@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 9 months ago (2011-06-11 00:15:26 UTC) #7
r
LGTM
13 years, 9 months ago (2011-06-11 00:16:40 UTC) #8
gri
13 years, 9 months ago (2011-06-11 00:19:04 UTC) #9
*** Submitted as http://code.google.com/p/go/source/detail?r=2d397251a4f4 ***

go/scanner: partially revert CL4538096 now that we have %#U for runes

R=r, bradfitz, rsc
CC=golang-dev
http://codereview.appspot.com/4572049
Sign in to reply to this message.

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