qitab / cl-protobufs

Common Lisp protocol buffer implementation.
MIT License
78 stars 17 forks source link

Use `float-features` to handle infinite value #379

Closed bohonghuang closed 1 year ago

bohonghuang commented 1 year ago

Hi! Noticing float-features was added as a dependency recently, I made it used for handling inf and nan, which are valid values in protobuf.

google-cla[bot] commented 1 year ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

Slids commented 1 year ago

Thank you! Please sign the cla and add tests.

bohonghuang commented 1 year ago

@Slids All done. Please check them out.