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

Issue 5683077: code review 5683077: go/parser: check import path restrictions (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, golang-dev
Visibility:
Public.

Description

go/parser: check import path restrictions Replaces pending CL 5674097. Thanks to ality@pbrane.org for spearheading the effort.

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: 4

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 92f426e8c1ff https://code.google.com/p/go #

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -0 lines) Patch
M src/pkg/go/parser/parser.go View 1 2 3 4 5 6 3 chunks +17 lines, -0 lines 0 comments Download
M src/pkg/go/parser/parser_test.go View 1 2 3 2 chunks +30 lines, -0 lines 0 comments Download

Messages

Total messages: 6
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 20:59:40 UTC) #1
rsc
LGTM but wait for r http://codereview.appspot.com/5683077/diff/1002/src/pkg/go/parser/parser.go File src/pkg/go/parser/parser.go (right): http://codereview.appspot.com/5683077/diff/1002/src/pkg/go/parser/parser.go#newcode1923 src/pkg/go/parser/parser.go:1923: if strings.ContainsRune(illegalChars, r) || ...
12 years, 2 months ago (2012-02-22 21:03:06 UTC) #2
r
http://codereview.appspot.com/5683077/diff/1002/src/pkg/go/parser/parser.go File src/pkg/go/parser/parser.go (right): http://codereview.appspot.com/5683077/diff/1002/src/pkg/go/parser/parser.go#newcode1923 src/pkg/go/parser/parser.go:1923: if strings.ContainsRune(illegalChars, r) || unicode.IsControl(r) || unicode.IsSpace(r) { On ...
12 years, 2 months ago (2012-02-22 21:08:07 UTC) #3
gri
PTAL - gri On Wed, Feb 22, 2012 at 1:08 PM, <r@golang.org> wrote: > > ...
12 years, 2 months ago (2012-02-22 21:13:34 UTC) #4
r
LGTM
12 years, 2 months ago (2012-02-22 21:22:07 UTC) #5
gri
12 years, 2 months ago (2012-02-23 07:21:59 UTC) #6
*** Submitted as http://code.google.com/p/go/source/detail?r=bc0439bb3bd2 ***

go/parser: check import path restrictions

Replaces pending CL 5674097.
Thanks to ality@pbrane.org for spearheading
the effort.

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

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