]> Cypherpunks repositories - gostls13.git/commit
gofix: make fix order implicit by date.
authorDavid Symonds <dsymonds@golang.org>
Thu, 3 Nov 2011 21:34:37 +0000 (08:34 +1100)
committerDavid Symonds <dsymonds@golang.org>
Thu, 3 Nov 2011 21:34:37 +0000 (08:34 +1100)
commitd26144be298deeec4474796759073d743faf3bb4
treed4bd6000c26371ec71e0c0e6bf2715921c6609ee
parent37d82c85201351d8df424b8043d91c1dc32a0531
gofix: make fix order implicit by date.

This partially undoes 8fd7e6d070c8, but preserves its semantics.
More importantly, it results in the data about each fix being
decentralised, which makes it easier for new fixes to be added,
and other gofix users to slot new fixes in.

It also adds some useful metadata that could be used in the future.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5306092
24 files changed:
src/cmd/gofix/error.go
src/cmd/gofix/filepath.go
src/cmd/gofix/fix.go
src/cmd/gofix/httpfinalurl.go
src/cmd/gofix/httpfs.go
src/cmd/gofix/httpheaders.go
src/cmd/gofix/httpserver.go
src/cmd/gofix/imagecolor.go
src/cmd/gofix/imagenew.go
src/cmd/gofix/iocopyn.go
src/cmd/gofix/main.go
src/cmd/gofix/mapdelete.go
src/cmd/gofix/math.go
src/cmd/gofix/netdial.go
src/cmd/gofix/netudpgroup.go
src/cmd/gofix/oserrorstring.go
src/cmd/gofix/osopen.go
src/cmd/gofix/procattr.go
src/cmd/gofix/reflect.go
src/cmd/gofix/signal.go
src/cmd/gofix/sorthelpers.go
src/cmd/gofix/sortslice.go
src/cmd/gofix/stringssplit.go
src/cmd/gofix/url.go