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

Issue 5688074: code review 5688074: go spec: import path implementation restriction (Closed)

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

Description

go spec: import path implementation restriction

Patch Set 1 #

Patch Set 2 : diff -r 92f426e8c1ff https://code.google.com/p/go #

Patch Set 3 : diff -r 92f426e8c1ff https://code.google.com/p/go #

Total comments: 1

Patch Set 4 : diff -r 92f426e8c1ff https://code.google.com/p/go #

Patch Set 5 : diff -r 92f426e8c1ff https://code.google.com/p/go #

Patch Set 6 : diff -r 65578c6dc523 https://go.googlecode.com/hg/ #

Patch Set 7 : diff -r 65578c6dc523 https://go.googlecode.com/hg/ #

Patch Set 8 : diff -r 65578c6dc523 https://go.googlecode.com/hg/ #

Patch Set 9 : diff -r e2fcc3bee8db https://go.googlecode.com/hg/ #

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

Messages

Total messages: 12
gri
Hello rsc@golang.org, r@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
12 years, 2 months ago (2012-02-22 21:34:51 UTC) #1
r
http://codereview.appspot.com/5688074/diff/4002/doc/go_spec.html File doc/go_spec.html (right): http://codereview.appspot.com/5688074/diff/4002/doc/go_spec.html#newcode5102 doc/go_spec.html:5102: following characters: the replacement char too.
12 years, 2 months ago (2012-02-22 21:41:30 UTC) #2
r2
shouldn't the definition be permissive rather than rejective? any legally utf-8-encoded printable unicode char, as ...
12 years, 2 months ago (2012-02-22 21:43:56 UTC) #3
gri
PTAL. Added replacement char. On Wed, Feb 22, 2012 at 1:43 PM, Rob 'Commander' Pike ...
12 years, 2 months ago (2012-02-22 22:00:54 UTC) #4
rsc
I think rejective is okay: I intended to allow nearly everything except problematic ASCII characters. ...
12 years, 2 months ago (2012-02-22 22:07:09 UTC) #5
gri
PTAL (Also updated: http://codereview.appspot.com/5683077) On Wed, Feb 22, 2012 at 2:07 PM, Russ Cox <rsc@golang.org> ...
12 years, 2 months ago (2012-02-22 22:11:04 UTC) #6
r2
for the discussion so far, the code is fine, but i believe it's a mistake ...
12 years, 2 months ago (2012-02-22 23:46:18 UTC) #7
adg
On 23 February 2012 10:46, Rob 'Commander' Pike <r@google.com> wrote: > for the discussion so ...
12 years, 2 months ago (2012-02-23 00:10:41 UTC) #8
rsc
Implementation restriction: A compiler may restict ImportPaths to be non-empty strings using only Unicode's L, ...
12 years, 2 months ago (2012-02-23 03:07:03 UTC) #9
gri
Hello rsc@golang.org, r@golang.org, r@google.com, adg@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
12 years, 2 months ago (2012-02-23 07:20:06 UTC) #10
r
LGTM
12 years, 2 months ago (2012-02-23 07:48:12 UTC) #11
gri
12 years, 2 months ago (2012-02-23 07:51:27 UTC) #12
*** Submitted as http://code.google.com/p/go/source/detail?r=eb997f446b2e ***

go spec: import path implementation restriction

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

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