rigetti / rpcq

The RPC framework and message specification for @rigetti Quantum Cloud Services.
Apache License 2.0
75 stars 29 forks source link

Does not build in SBCL 2.0.9 - conflict between slot :initform and :type #138

Closed quicklisp closed 3 years ago

quicklisp commented 3 years ago

https://github.com/rigetti/rpcq/blob/33bfedccfdfc78338170defb91e7b46c0a4ea435/src/core-messages.lisp#L161

The :type of float and the :initform of NIL signal a full warning in SBCL 2.0.9. Build log here:

http://report.quicklisp.org/2020-09-29/failure-report/rpcq.html#rpcq

notmgsk commented 3 years ago

Thanks @quicklisp. Will fix.

quicklisp commented 3 years ago

Any word on this?