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

Issue 60980043: code review 60980043: container/list: mark must be an element of the list

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 8 months ago by zimmski
Modified:
11 years, 8 months ago
Reviewers:
gri
CC:
golang-codereviews, gobot, gri
Visibility:
Public.

Description

container/list: mark must be an element of the list The methods MoveAfter and MoveBefore of the container/list package did silently corrupt the interal structure of the list if a mark element is used which is not an element of the list.

Patch Set 1 #

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -4 lines) Patch
M src/pkg/container/list/list.go View 1 1 chunk +4 lines, -4 lines 0 comments Download
M src/pkg/container/list/list_test.go View 1 1 chunk +17 lines, -0 lines 0 comments Download

Messages

Total messages: 5
zimmski
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
11 years, 8 months ago (2014-02-07 15:33:35 UTC) #1
gobot
R=golang-dev (assigned by r@golang.org)
11 years, 8 months ago (2014-02-13 19:35:44 UTC) #2
gobot
R=gri@golang.org (assigned by r@golang.org)
11 years, 8 months ago (2014-02-13 19:35:54 UTC) #3
gri
LGTM
11 years, 8 months ago (2014-02-14 00:41:41 UTC) #4
gri
11 years, 8 months ago (2014-02-14 00:43:55 UTC) #5
*** Submitted as https://code.google.com/p/go/source/detail?r=2adfffbb15de *** container/list: mark must be an element of the list The methods MoveAfter and MoveBefore of the container/list package did silently corrupt the interal structure of the list if a mark element is used which is not an element of the list. LGTM=gri R=golang-codereviews, gobot, gri CC=golang-codereviews https://codereview.appspot.com/60980043 Committer: Robert Griesemer <gri@golang.org>
Sign in to reply to this message.

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