]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.5.txt: mention goroutine scheduling change
authorRuss Cox <rsc@golang.org>
Mon, 27 Apr 2015 23:28:16 +0000 (19:28 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 28 Apr 2015 04:37:17 +0000 (04:37 +0000)
Change-Id: I43a40f0c10472b3126c06b0d4268b32b54665f12
Reviewed-on: https://go-review.googlesource.com/9349
Reviewed-by: Rob Pike <r@golang.org>
doc/go1.5.txt

index 238e2b56b9fa07a7476aed0df633efd1099910e4..c6e0938a54f13e795a24538ab7709a9f7d5db346 100644 (file)
@@ -13,6 +13,9 @@ darwin/arm, a.k.a iOS. (https://golang.org/cl/2118, 2119, 3273, 2121, 2122, ...,
 darwin/arm64
 linux/arm64 (cgo is supported, but only with external linking)
 
+Runtime:
+goroutine scheduling order changed; never guaranteed by language, but can break tests that implicitly assume a specific execution order
+
 Removed Ports:
 dragonfly/386 (https://golang.org/cl/7543)