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

Issue 6326059: code review 6326059: go spec: clean up section on selectors (Closed)

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

Description

go spec: clean up section on selectors - point out difference between selectors and qualified identifiers - differentiate between illegal selectors and run-time panics - use "indirect" as opposed to "dereference" consistently - add extra links Fixes issue 3779.

Patch Set 1 #

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

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

Total comments: 4

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

Total comments: 2

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

Patch Set 6 : diff -r d8bd45866999 https://code.google.com/p/go #

Total comments: 6

Patch Set 7 : diff -r d8bd45866999 https://code.google.com/p/go #

Patch Set 8 : diff -r 338a5f8a34f9 https://code.google.com/p/go #

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

Messages

Total messages: 11
gri
Hello r@golang.org, rsc@golang.org, iant@golang.org, ken@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to ...
12 years, 8 months ago (2012-06-26 18:59:46 UTC) #1
iant
FYI http://codereview.appspot.com/6326059/diff/5001/doc/go_spec.html File doc/go_spec.html (right): http://codereview.appspot.com/6326059/diff/5001/doc/go_spec.html#newcode2392 doc/go_spec.html:2392: <code>nil</code> was assigned to <code>x</code>, <code>x.f</code> How about ...
12 years, 8 months ago (2012-06-26 20:04:04 UTC) #2
gri
PTAL http://codereview.appspot.com/6326059/diff/5001/doc/go_spec.html File doc/go_spec.html (right): http://codereview.appspot.com/6326059/diff/5001/doc/go_spec.html#newcode2392 doc/go_spec.html:2392: <code>nil</code> was assigned to <code>x</code>, <code>x.f</code> On 2012/06/26 ...
12 years, 8 months ago (2012-06-26 20:13:01 UTC) #3
iant
LGTM
12 years, 8 months ago (2012-06-26 20:21:43 UTC) #4
rsc
http://codereview.appspot.com/6326059/diff/11001/doc/go_spec.html File doc/go_spec.html (right): http://codereview.appspot.com/6326059/diff/11001/doc/go_spec.html#newcode2392 doc/go_spec.html:2392: <code>nil</code>, <code>x.f</code> causes a s/x.f/assigning to, evaluating, or calling ...
12 years, 8 months ago (2012-06-27 14:24:08 UTC) #5
gri
PTAL http://codereview.appspot.com/6326059/diff/11001/doc/go_spec.html File doc/go_spec.html (right): http://codereview.appspot.com/6326059/diff/11001/doc/go_spec.html#newcode2392 doc/go_spec.html:2392: <code>nil</code>, <code>x.f</code> causes a On 2012/06/27 14:24:09, rsc ...
12 years, 8 months ago (2012-06-27 17:54:36 UTC) #6
r
http://codereview.appspot.com/6326059/diff/14002/doc/go_spec.html File doc/go_spec.html (right): http://codereview.appspot.com/6326059/diff/14002/doc/go_spec.html#newcode2333 doc/go_spec.html:2333: For a primary expression <code>x</code> that is not a ...
12 years, 8 months ago (2012-06-27 18:14:21 UTC) #7
gri
PTAL http://codereview.appspot.com/6326059/diff/14002/doc/go_spec.html File doc/go_spec.html (right): http://codereview.appspot.com/6326059/diff/14002/doc/go_spec.html#newcode2333 doc/go_spec.html:2333: For a primary expression <code>x</code> that is not ...
12 years, 8 months ago (2012-06-27 18:34:27 UTC) #8
r
LGTM but i'm nervous.
12 years, 8 months ago (2012-06-27 19:31:04 UTC) #9
rsc
LGTM
12 years, 8 months ago (2012-06-27 19:31:48 UTC) #10
gri
12 years, 8 months ago (2012-06-28 19:22:30 UTC) #11
*** Submitted as http://code.google.com/p/go/source/detail?r=eb24cee7f21b ***

go spec: clean up section on selectors

- point out difference between selectors and qualified identifiers
- differentiate between illegal selectors and run-time panics
- use "indirect" as opposed to "dereference" consistently
- add extra links

Fixes issue 3779.

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

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