unicly
unicly copied to clipboard
Common Lisp implementation of RFC 4122 -- not unlike UUID
The last **t** in the following line is spurious. https://github.com/mon-key/unicly/blob/f9bd21446f35e28766d2f1ada2741399b14d93cb/unicly-docs.lisp#L1802 It should have only **bit-vector** `(method-doc #'uuid-print-bit-vector nil #+:sbcl '(simple-bit-vector) #-:sbcl '(bit-vector)`
http://report.quicklisp.org/2020-02-27/failure-report/unicly.html#unicly has the full log.
I removed assigned default value for size, as it makes an invalid reference to an SBCL internal value that breaks the build.
This makes it resilient to compiling after a system that sets _read-default-float-format_ to 'double-float, e.g. femlisp.
Please consider adding :description, :author and :license information to your ASDF system. This will greatly help Quicklisp users and make it easier for them to report bugs. More information: http://blog.quicklisp.org/2015/05/looking-for-more-metadata.html...
Title says it all...
I am getting this error when trying to load unicly on MacOS with the latest SBCL; decoding error on stream # (:EXTERNAL-FORMAT :ASCII): the octet sequence (226) cannot be decoded....