1
0
mirror of https://github.com/golang/go synced 2024-10-05 12:21:22 -06:00
go/src/pkg/container
Markus Zimmermann e0bb5ba52c 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://golang.org/cl/60980043
2014-02-13 16:43:52 -08:00
..
heap container/heap: avoid and/or ambiguity in documentation 2014-02-10 12:48:56 -08:00
list container/list: mark must be an element of the list 2014-02-13 16:43:52 -08:00
ring container/ring: add test for Move with empty Ring 2013-12-31 21:18:40 +11:00