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

Issue 6625062: code review 6625062: cmd/gc: skip over reported BOMs (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 10 months ago by rsc
Modified:
12 years, 10 months ago
Reviewers:
CC:
golang-dev, remyoudompheng
Visibility:
Public.

Description

cmd/gc: skip over reported BOMs This keeps the BOM runes from causing other errors.

Patch Set 1 #

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

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

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

Patch Set 5 : diff -r 8d25c35f12ee https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -6 lines) Patch
M src/cmd/gc/lex.c View 1 2 3 3 chunks +14 lines, -6 lines 0 comments Download

Messages

Total messages: 7
rsc
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
12 years, 10 months ago (2012-10-07 20:00:52 UTC) #1
remyoudompheng
I just tried that and it doesn't work: in bombad.go at the first BOM, the ...
12 years, 10 months ago (2012-10-07 20:04:46 UTC) #2
remyoudompheng
Maybe because the BOM is \xef\xbb\xbf and U+00EF is ï, which is indeed a letter.
12 years, 10 months ago (2012-10-07 20:06:18 UTC) #3
rsc
Hello golang-dev@googlegroups.com, remyoudompheng@gmail.com (cc: golang-dev@googlegroups.com), Please take another look.
12 years, 10 months ago (2012-10-07 20:11:56 UTC) #4
rsc
On Sun, Oct 7, 2012 at 4:06 PM, <remyoudompheng@gmail.com> wrote: > Maybe because the BOM ...
12 years, 10 months ago (2012-10-07 20:12:40 UTC) #5
remyoudompheng
LGTM bombad.go passes again
12 years, 10 months ago (2012-10-07 20:17:26 UTC) #6
rsc
12 years, 10 months ago (2012-10-07 20:35:48 UTC) #7
*** Submitted as http://code.google.com/p/go/source/detail?r=3d58333e8e2a ***

cmd/gc: skip over reported BOMs

This keeps the BOM runes from causing other errors.

R=golang-dev, remyoudompheng
CC=golang-dev
http://codereview.appspot.com/6625062
Sign in to reply to this message.

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