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

Issue 6586074: code review 6586074: cmd/api: add exception file (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 6 months ago by r
Modified:
11 years, 6 months ago
Reviewers:
rsc
CC:
golang-dev, adg, bradfitz, dsymonds, dfc
Visibility:
Public.

Description

cmd/api: add exception file Fixes build.

Patch Set 1 #

Total comments: 2

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -8 lines) Patch
M api/README View 1 1 chunk +3 lines, -0 lines 0 comments Download
A api/except.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M src/cmd/api/goapi.go View 1 3 chunks +20 lines, -7 lines 0 comments Download
M src/run.bash View 1 chunk +1 line, -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://code.google.com/p/go/
11 years, 6 months ago (2012-10-04 00:45:16 UTC) #1
adg
LGTM but wait for brad and others to chime in
11 years, 6 months ago (2012-10-04 00:48:25 UTC) #2
adg
http://codereview.appspot.com/6586074/diff/1/api/README File api/README (right): http://codereview.appspot.com/6586074/diff/1/api/README#newcode8 api/README:8: except.txt lists features that may disappear without breaking double ...
11 years, 6 months ago (2012-10-04 00:48:33 UTC) #3
bradfitz
LGTM on the code. Still unfortunate on going this route at all, but it's probably ...
11 years, 6 months ago (2012-10-04 00:54:48 UTC) #4
r
I had the same thought but couldn't think of a symbol. Suggest one and I'll ...
11 years, 6 months ago (2012-10-04 00:59:30 UTC) #5
dsymonds
On Thu, Oct 4, 2012 at 10:59 AM, Rob Pike <r@golang.org> wrote: > I had ...
11 years, 6 months ago (2012-10-04 01:00:41 UTC) #6
bradfitz
On Wed, Oct 3, 2012 at 5:59 PM, Rob Pike <r@golang.org> wrote: > I had ...
11 years, 6 months ago (2012-10-04 01:08:21 UTC) #7
dfc
‽ On Thu, Oct 4, 2012 at 11:00 AM, David Symonds <dsymonds@golang.org> wrote: > On ...
11 years, 6 months ago (2012-10-04 01:11:10 UTC) #8
bradfitz
As much as I loves me an interrobang, it doesn't really work here. It suggests ...
11 years, 6 months ago (2012-10-04 01:15:44 UTC) #9
r
*** Submitted as http://code.google.com/p/go/source/detail?r=43a4b23b65a3 *** cmd/api: add exception file Fixes build. R=golang-dev, adg, bradfitz, dsymonds, ...
11 years, 6 months ago (2012-10-04 01:35:30 UTC) #10
rsc
LGTM However: Please add an unexported method to package parse's type Node, so that future ...
11 years, 6 months ago (2012-10-05 21:25:53 UTC) #11
r
11 years, 6 months ago (2012-10-05 21:42:06 UTC) #12
On Sat, Oct 6, 2012 at 7:25 AM, Russ Cox <rsc@golang.org> wrote:
> LGTM
>
> However:
>
> Please add an unexported method to package parse's type Node, so that
> future extensions are guaranteed safe (because all the implementations
> are in package parse) instead of just presumed safe.

OK; CL in prep.

> Are we really sure about DotNode? It might be better to leave
> DotNode's definition but mark it as unused and introduce a separate
> DotNodePos with an embedded DotNode and Pos. What if someone is
> rewriting the parse tree and creating a DotNode(false) somewhere?

I'm comfortable. The package doc says, don't use this.

-rob
Sign in to reply to this message.

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