]> asedeno.scripts.mit.edu Git - cl-protobufs.git/commit
Fix some problems reported by Shaun Morris:
authorScott McKay <swm@google.com>
Thu, 10 May 2012 21:14:58 +0000 (21:14 +0000)
committerScott McKay <swm@google.com>
Thu, 10 May 2012 21:14:58 +0000 (21:14 +0000)
commitdd5f03421989dc78753cf91904a023d7430f74d3
treebc8eb47fc6ae3c425842a794a799cea9171b6826
parentdb1d40ca9e095ce2f0e58150a8a336b3419b4f65
Fix some problems reported by Shaun Morris:
 - Looks like Stubby will need 'merge-from-array', make room for that.
 - Text format deserializer didn't correctly parse negative integers.
 - Simply 'deserialize-object' a bit
 - Fix a bug in the 'deserialize-object' that caused it not to work
   correctly on extended fields.
 - Fix a sloppy bug in 'make-tag' that only showed up in SBCL.
 - Add a few more examples, soon to be part of a test suite.

Passes 'precheckin'. Passes my by-hand tests.

git-svn-id: http://svn.internal.itasoftware.com/svn/ita/trunk/qres/lisp/quux/protobufs@543418 f8382938-511b-0410-9cdd-bb47b084005c
api.lisp
examples.lisp
parser.lisp
serialize.lisp
text-format.lisp
wire-format.lisp