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

Issue 7100046: code review 7100046: doc/go_spec.html: clarification about insertion during ... (Closed)

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

Description

doc/go_spec.html: clarification about insertion during map iteration

Patch Set 1 #

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

Total comments: 3

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

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

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

Total comments: 2

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

Total comments: 8

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

Total comments: 4

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

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

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

Messages

Total messages: 23
mdempsky
https://codereview.appspot.com/7100046/diff/2001/doc/go_spec.html File doc/go_spec.html (right): https://codereview.appspot.com/7100046/diff/2001/doc/go_spec.html#newcode4415 doc/go_spec.html:4415: the iteration of the original entries won't be affected. ...
12 years, 2 months ago (2013-01-11 19:38:21 UTC) #1
minux1
https://codereview.appspot.com/7100046/diff/2001/doc/go_spec.html File doc/go_spec.html (right): https://codereview.appspot.com/7100046/diff/2001/doc/go_spec.html#newcode4415 doc/go_spec.html:4415: the iteration of the original entries won't be affected. ...
12 years, 2 months ago (2013-01-11 19:44:08 UTC) #2
mdempsky
[FYI, I'm going to drop my CL, and so we can focus on this CL.] ...
12 years, 2 months ago (2013-01-11 20:01:15 UTC) #3
minux1
Hello golang-dev@googlegroups.com, mdempsky@google.com (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 (2013-01-11 22:54:23 UTC) #4
minux1
On Sat, Jan 12, 2013 at 4:01 AM, <mdempsky@google.com> wrote: > "It is implementation-dependent whether ...
12 years, 2 months ago (2013-01-11 22:55:44 UTC) #5
mdempsky
On 2013/01/11 22:55:44, minux wrote: > I want to avoid introducing the concept of "active ...
12 years, 2 months ago (2013-01-12 00:02:17 UTC) #6
minux1
Hello golang-dev@googlegroups.com, mdempsky@google.com (cc: golang-dev@googlegroups.com), Please take another look.
12 years, 2 months ago (2013-01-12 00:11:18 UTC) #7
mdempsky
LGTM
12 years, 2 months ago (2013-01-12 00:12:28 UTC) #8
minux1
On 2013/01/12 00:02:17, mdempsky wrote: > Fair enough. For what it's worth, it looks like ...
12 years, 2 months ago (2013-01-12 00:12:43 UTC) #9
minux1
+iant, r, gri, rsc, ken2
12 years, 2 months ago (2013-01-12 00:15:47 UTC) #10
mdempsky
On 2013/01/12 00:12:43, minux wrote: > are you suggesting that we replace "the iteration" with ...
12 years, 2 months ago (2013-01-12 00:21:07 UTC) #11
iant
https://codereview.appspot.com/7100046/diff/2003/doc/go_spec.html File doc/go_spec.html (right): https://codereview.appspot.com/7100046/diff/2003/doc/go_spec.html#newcode4413 doc/go_spec.html:4413: added during iteration, it's implementation-dependent whether the newly s/it's/it ...
12 years, 2 months ago (2013-01-12 02:28:42 UTC) #12
minux1
PTAL.
12 years, 2 months ago (2013-01-12 08:30:48 UTC) #13
iant
LGTM https://codereview.appspot.com/7100046/diff/9005/doc/go_spec.html File doc/go_spec.html (right): https://codereview.appspot.com/7100046/diff/9005/doc/go_spec.html#newcode4415 doc/go_spec.html:4415: all or exactly once.If the map is <code>nil</code>, ...
12 years, 2 months ago (2013-01-12 22:27:31 UTC) #14
gri
FYI. https://codereview.appspot.com/7100046/diff/9005/doc/go_spec.html File doc/go_spec.html (right): https://codereview.appspot.com/7100046/diff/9005/doc/go_spec.html#newcode3 doc/go_spec.html:3: "Subtitle": "Version of January 11, 2013", up-date https://codereview.appspot.com/7100046/diff/9005/doc/go_spec.html#newcode4411 ...
12 years, 2 months ago (2013-01-12 22:31:34 UTC) #15
gri
ok, I see the discussion about deleted vs removed and added vs inserted. let me ...
12 years, 2 months ago (2013-01-12 22:32:45 UTC) #16
gri
LGTM But I think there should be a ':' instead of a '.' (see previous ...
12 years, 2 months ago (2013-01-12 22:35:11 UTC) #17
mdempsky
https://codereview.appspot.com/7100046/diff/9005/doc/go_spec.html File doc/go_spec.html (right): https://codereview.appspot.com/7100046/diff/9005/doc/go_spec.html#newcode4414 doc/go_spec.html:4414: produced in the iteration. Each newly added entry will ...
12 years, 2 months ago (2013-01-13 02:19:19 UTC) #18
minux1
On 2013/01/13 02:19:19, mdempsky wrote: > https://codereview.appspot.com/7100046/diff/9005/doc/go_spec.html#newcode4414 > doc/go_spec.html:4414: produced in the iteration. Each newly ...
12 years, 2 months ago (2013-01-17 10:55:39 UTC) #19
rsc
Suggestion. https://codereview.appspot.com/7100046/diff/3006/doc/go_spec.html File doc/go_spec.html (right): https://codereview.appspot.com/7100046/diff/3006/doc/go_spec.html#newcode4411 doc/go_spec.html:4411: If map entries that have not yet been ...
12 years, 2 months ago (2013-01-17 14:27:16 UTC) #20
minux1
PTAL. https://codereview.appspot.com/7100046/diff/3006/doc/go_spec.html File doc/go_spec.html (right): https://codereview.appspot.com/7100046/diff/3006/doc/go_spec.html#newcode4411 doc/go_spec.html:4411: If map entries that have not yet been ...
12 years, 2 months ago (2013-01-17 14:45:53 UTC) #21
rsc
LGTM
12 years, 2 months ago (2013-01-17 14:56:20 UTC) #22
minux1
12 years, 2 months ago (2013-01-17 15:11:45 UTC) #23
*** Submitted as https://code.google.com/p/go/source/detail?r=9c036de21ee7 ***

doc/go_spec.html: clarification about insertion during map iteration

R=mdempsky, iant, r, gri, rsc, ken
CC=golang-dev
https://codereview.appspot.com/7100046
Sign in to reply to this message.

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