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

Issue 5491043: code review 5491043: spec: skip carriage returns in raw literals (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 4 months ago by r
Modified:
12 years, 4 months ago
Reviewers:
CC:
golang-dev, adg, r2, gri, rsc, iant
Visibility:
Public.

Description

spec: skip carriage returns in raw literals This change guarantees that whether the line ending convention when the source is created includes carriage returns is irrelevant to the value of the string. See issue 680. The compilers do not yet implement this.

Patch Set 1 #

Total comments: 1

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -1 line) Patch
M doc/go_spec.html View 1 2 2 chunks +3 lines, -1 line 0 comments Download

Messages

Total messages: 12
r
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
12 years, 4 months ago (2011-12-15 00:16:16 UTC) #1
adg
On 15 December 2011 11:16, <r@golang.org> wrote: > will address issue six hundred and eighty. ...
12 years, 4 months ago (2011-12-15 00:20:50 UTC) #2
r2
On Dec 14, 2011, at 4:20 PM, Andrew Gerrand wrote: > On 15 December 2011 ...
12 years, 4 months ago (2011-12-15 00:23:14 UTC) #3
gri
FYI http://codereview.appspot.com/5491043/diff/1/doc/go_spec.html File doc/go_spec.html (right): http://codereview.appspot.com/5491043/diff/1/doc/go_spec.html#newcode458 doc/go_spec.html:458: are skipped, that is, not included in the ...
12 years, 4 months ago (2011-12-15 00:29:00 UTC) #4
r
Hello golang-dev@googlegroups.com, adg@golang.org, r@google.com, gri@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
12 years, 4 months ago (2011-12-15 00:39:57 UTC) #5
gri
LGTM
12 years, 4 months ago (2011-12-15 00:43:22 UTC) #6
adg
On 15 December 2011 11:23, Rob 'Commander' Pike <r@google.com> wrote: > > On Dec 14, ...
12 years, 4 months ago (2011-12-15 00:53:29 UTC) #7
rsc
LGTM
12 years, 4 months ago (2011-12-15 02:52:02 UTC) #8
r
Hello golang-dev@googlegroups.com, adg@golang.org, r@google.com, gri@golang.org, rsc@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
12 years, 4 months ago (2011-12-15 04:12:23 UTC) #9
r2
I reworded it. PTAL -rob
12 years, 4 months ago (2011-12-15 04:12:54 UTC) #10
iant
LGTM
12 years, 4 months ago (2011-12-15 05:50:27 UTC) #11
r
12 years, 4 months ago (2011-12-15 05:51:37 UTC) #12
*** Submitted as http://code.google.com/p/go/source/detail?r=2d9ac660f013 ***

spec: skip carriage returns in raw literals

This change guarantees that whether the line ending convention
when the source is created includes carriage returns is irrelevant
to the value of the string. See issue 680.

The compilers do not yet implement this.

R=golang-dev, adg, r, gri, rsc, iant
CC=golang-dev
http://codereview.appspot.com/5491043
Sign in to reply to this message.

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