qitab / cl-protobufs

Common Lisp protocol buffer implementation.
MIT License
84 stars 18 forks source link

A menagerie of fixes to get cl-protobufs working on abcl #154

Closed copybara-service[bot] closed 4 years ago

copybara-service[bot] commented 4 years ago

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...