A menagerie of fixes to get cl-protobufs working on abcl
fix the input to call-deserializer in generated deserializers for groups.
Use (make-array ...) instead of #.(make-array ...) for
byte fields.
use a macro for full tests instead of a #.
Remove performance test calls for abcl as there to slow...
A menagerie of fixes to get cl-protobufs working on abcl
fix the input to call-deserializer in generated deserializers for groups. Use (make-array ...) instead of #.(make-array ...) for byte fields. use a macro for full tests instead of a #. Remove performance test calls for abcl as there to slow...