Created
September 29, 2011 21:26
-
-
Save bmizerany/1251989 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; gomake test | |
cd proto && gomake test | |
make install && cd testdata && make nuke && make | |
make[2]: Nothing to be done for `install'. | |
rm -rf *.o *.a *.[568vq] [568vq].out *.so _obj _test _testmain.go *.exe _cgo* test.out build.out test.pb.go | |
rm -f /Users/blake/src/go/pkg/darwin_amd64/test_proto.a | |
protoc --go_out=. test.proto | |
6g -o _go_.6 test.pb.go | |
rm -f _obj/test_proto.a | |
gopack grc _obj/test_proto.a _go_.6 | |
gotest | |
rm -f _test/goprotobuf.googlecode.com/hg/proto.a | |
6g -o _gotest_.6 clone.go decode.go encode.go equal.go extensions.go lib.go message_set.go properties.go text.go text_parser.go | |
rm -f _test/goprotobuf.googlecode.com/hg/proto.a | |
gopack grc _test/goprotobuf.googlecode.com/hg/proto.a _gotest_.6 | |
proto: no encoder for nm *proto_test.nillableMessage [GetProperties] | |
proto: no encoder for nni proto_test.nonNillableInt [GetProperties] | |
PASS | |
cd compiler && gomake test | |
cd testdata && make test | |
/Users/blake/src/go/bin/gomake -B test.pb.go | |
protoc --go_out=. imp.proto | |
protoc --go_out=. test.proto | |
diff -w test.pb.go test.pb.go.golden | |
/Users/blake/src/go/bin/6g -I . -o imp.pb.6 imp.pb.go | |
/Users/blake/src/go/bin/6g -I . -o test.pb.6 test.pb.go | |
/Users/blake/src/go/bin/6g -I . -o main.6 main.go | |
6l -L. main.6 | |
./extension_test | |
PASS | |
PASS | |
; hg status | |
; hg tip | |
changeset: 101:add41b3cc667 | |
tag: tip | |
user: David Symonds <[email protected]> | |
date: Wed Sep 28 10:56:43 2011 -0700 | |
summary: goprotobuf: Fix handling of large tag numbers. | |
; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment