]> asedeno.scripts.mit.edu Git - cl-protobufs.git/commit
SBCL kindly offered suggestions for improvement:
authorScott McKay <swm@google.com>
Tue, 5 Jun 2012 17:46:46 +0000 (17:46 +0000)
committerScott McKay <swm@google.com>
Tue, 5 Jun 2012 17:46:46 +0000 (17:46 +0000)
commitbb9864b780a9c7e8305899cc8e8421d20a0a4e20
treeeddbc89aa8d4ea465c1d0f4c82e26c9d172d97e3
parentf9b296e7d13de80a6f2f5daa7068790ef932ac64
SBCL kindly offered suggestions for improvement:
 - Use 'defgeneric' with ':method' for things that are meant to
   have just a single method.
 - Lose some unreachable code in the parser.
 - Weak hash tables in SBCL need to use ':weakness :value'.
 - The wire-level stuff can use some more type declarations.
 - Fix a package problem in one of the examples.

Passes 'precheckin' with the new Protobufs unit tests in place.

git-svn-id: http://svn.internal.itasoftware.com/svn/ita/trunk/qres/lisp/quux/protobufs@547515 f8382938-511b-0410-9cdd-bb47b084005c
12 files changed:
api.lisp
asdf-support.lisp
cl-protobufs.asd
define-proto.lisp
examples.lisp
model-classes.lisp
parser.lisp
pkgdcl.lisp
printer.lisp
tests/cl-protobufs-tests.asd
upgradable.lisp
wire-format.lisp