]> Cypherpunks repositories - gostls13.git/commit
codereview: die if initialized twice
authorRuss Cox <rsc@golang.org>
Sun, 29 Jan 2012 17:33:13 +0000 (12:33 -0500)
committerRuss Cox <rsc@golang.org>
Sun, 29 Jan 2012 17:33:13 +0000 (12:33 -0500)
commitba31d662fe52921b8035f4c5d7895d780d66a481
tree4563b84573dcd5412d6dd2bb023b640aed6fe811
parent79dc34413e4ad93cc8c590e9f3cc97538c7f8266
codereview: die if initialized twice

If this happens, something is misconfigured.
If we don't test for this explicitly, MatchAt ends
up calling itself recursively forever.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5576066
lib/codereview/codereview.py