qitab / cl-protobufs

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

Change feature flags for float-bits and wire-format #275

Closed copybara-service[bot] closed 4 years ago

copybara-service[bot] commented 4 years ago

Change feature flags for float-bits and wire-format

In cl-protobufs we need to know how to work with 64 bit floats. We have a file for float bits (which needs massive work), Currently we don't load it for SBCL as SBCL has float functionality and who would use a non-64 bit OS? Well, raspberry pi... So enable float-bits for non-64 bit SBCL instances. Also, fix the feature flagging for wire-format (which again needs work...)