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

Issue 148580043: code review 148580043: spec: define "variable" (Closed)

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

Description

spec: define "variable" Fixes issue 8496.

Patch Set 1 #

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

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

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

Total comments: 12

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

Total comments: 8

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

Total comments: 8

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

Total comments: 9

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

Patch Set 9 : diff -r f2aeaa2413449e352447f24a9cbf20aa66513d69 https://code.google.com/p/go/ #

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

Messages

Total messages: 15
gri
Hello r@golang.org, rsc@golang.org, iant@golang.org, ken@golang.org (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to ...
9 years, 7 months ago (2014-10-06 19:30:05 UTC) #1
gri
gentle ping On Mon, Oct 6, 2014 at 12:30 PM, <gri@golang.org> wrote: > Reviewers: r, ...
9 years, 7 months ago (2014-10-14 20:03:46 UTC) #2
r
https://codereview.appspot.com/148580043/diff/60001/doc/go_spec.html File doc/go_spec.html (right): https://codereview.appspot.com/148580043/diff/60001/doc/go_spec.html#newcode655 doc/go_spec.html:655: <i><a href="#Types">variable type</a></i>. variable's type (variable is also an ...
9 years, 7 months ago (2014-10-14 20:49:05 UTC) #3
gri
PTAL https://codereview.appspot.com/148580043/diff/60001/doc/go_spec.html File doc/go_spec.html (right): https://codereview.appspot.com/148580043/diff/60001/doc/go_spec.html#newcode655 doc/go_spec.html:655: <i><a href="#Types">variable type</a></i>. On 2014/10/14 20:49:05, r wrote: ...
9 years, 7 months ago (2014-10-14 20:56:05 UTC) #4
rsc
LGTM https://codereview.appspot.com/148580043/diff/80001/doc/go_spec.html File doc/go_spec.html (right): https://codereview.appspot.com/148580043/diff/80001/doc/go_spec.html#newcode654 doc/go_spec.html:654: The set of permissible values is determined by ...
9 years, 7 months ago (2014-10-16 14:58:33 UTC) #5
gri
PTAL https://codereview.appspot.com/148580043/diff/80001/doc/go_spec.html File doc/go_spec.html (right): https://codereview.appspot.com/148580043/diff/80001/doc/go_spec.html#newcode654 doc/go_spec.html:654: The set of permissible values is determined by ...
9 years, 7 months ago (2014-10-16 17:40:02 UTC) #6
r
https://codereview.appspot.com/148580043/diff/100001/doc/go_spec.html File doc/go_spec.html (right): https://codereview.appspot.com/148580043/diff/100001/doc/go_spec.html#newcode659 doc/go_spec.html:659: A <a href="#Variable_declarations">Variable declaration</a>, s/Variable/variable/ s/,// https://codereview.appspot.com/148580043/diff/100001/doc/go_spec.html#newcode660 doc/go_spec.html:660: or&mdash;for ...
9 years, 7 months ago (2014-10-16 17:50:06 UTC) #7
gri
PTAL https://codereview.appspot.com/148580043/diff/100001/doc/go_spec.html File doc/go_spec.html (right): https://codereview.appspot.com/148580043/diff/100001/doc/go_spec.html#newcode659 doc/go_spec.html:659: A <a href="#Variable_declarations">Variable declaration</a>, On 2014/10/16 17:50:06, r ...
9 years, 7 months ago (2014-10-16 17:55:06 UTC) #8
iant
https://codereview.appspot.com/148580043/diff/120001/doc/go_spec.html File doc/go_spec.html (right): https://codereview.appspot.com/148580043/diff/120001/doc/go_spec.html#newcode661 doc/go_spec.html:661: of a <a href="#Function_declarations">function declaration</a> Do you need to ...
9 years, 7 months ago (2014-10-16 18:51:01 UTC) #9
gri
https://codereview.appspot.com/148580043/diff/120001/doc/go_spec.html File doc/go_spec.html (right): https://codereview.appspot.com/148580043/diff/120001/doc/go_spec.html#newcode661 doc/go_spec.html:661: of a <a href="#Function_declarations">function declaration</a> On 2014/10/16 18:51:01, iant ...
9 years, 7 months ago (2014-10-16 19:45:11 UTC) #10
r
https://codereview.appspot.com/148580043/diff/120001/doc/go_spec.html File doc/go_spec.html (right): https://codereview.appspot.com/148580043/diff/120001/doc/go_spec.html#newcode662 doc/go_spec.html:662: or <a href="#Function_literals">function literal</a> reserves On 2014/10/16 19:45:11, gri ...
9 years, 7 months ago (2014-10-16 19:57:56 UTC) #11
r
LGTM
9 years, 7 months ago (2014-10-16 19:59:36 UTC) #12
iant
LGTM
9 years, 7 months ago (2014-10-16 21:19:27 UTC) #13
gri
*** Submitted as https://code.google.com/p/go/source/detail?r=3e5d0270f09e *** spec: define "variable" Fixes issue 8496. LGTM=rsc, r, iant R=r, ...
9 years, 7 months ago (2014-10-16 22:08:56 UTC) #14
gobot
9 years, 7 months ago (2014-10-16 22:11:31 UTC) #15
Message was sent while issue was closed.
This CL appears to have broken the linux-386-clang builder.
See http://build.golang.org/log/708eb603dd5805c20116f4fd2eab0fcc5349ef00
Sign in to reply to this message.

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