cl-bunny
cl-bunny copied to clipboard
Does not build in SBCL 2.0.9 - slot :initform/:type issue
I get this: Constant NIL conflicts with its asserted type STRING.
Full log here: http://report.quicklisp.org/2020-09-29/failure-report/cl-bunny.html#cl-bunny
Hello, thank you for the report. This should be fixed in 0.4.6.
Thanks! https://github.com/cl-rabbit/cl-bunny/releases shows that 0.4.5 is still marked as "latest release" though I'm not sure why.
On Mon, Oct 26, 2020 at 3:05 PM Ilya Khaprov [email protected] wrote:
Hello, thank you for the report. This should be fixed in 0.4.6.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/cl-rabbit/cl-bunny/issues/8#issuecomment-716761009, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACPNLIIJCBSOPNG43ONJNDSMXCA7ANCNFSM4R6KFJWQ .
Heh, forgot to publish, hope it works now. Thank you!
Sorry, there remains at least one issue in https://github.com/cl-rabbit/cl-bunny/blob/6da7fe161efc8d6bb0b8b09ac8efad03553d765c/src/exchange.lisp#L5
Same thing: :type mismatch with :initform of nil.
On Tue, Oct 27, 2020 at 7:47 AM Ilya Khaprov [email protected] wrote:
Heh, forgot to publish, hope it works now. Thank you!
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/cl-rabbit/cl-bunny/issues/8#issuecomment-717187721, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACPNLPCIZWLFPDBP3U7T2TSM2XOPANCNFSM4R6KFJWQ .
Hmm, my sbcl doesn't complain about this line. Very strange. But I will spent more time investigating.
What version did you use? How did you load the system?
This remains an issue in the latest SBCL.
Hi!
Just noticed cl-bunny got removed from Quicklisp: I DID manage to load cl-bunny on my workstation Ubuntu system (Intel Xeon) with SBCL 2.1.9 however:
My problem was with iolib not loading through quicklisp - it was unable to find lfp.h where it thought is should be, so I:
- rebuilt libfixposix from source and installed - still no joy
- cloned iolib from github and symlinked to ~/quicklisp/local-projects
- ditto with cl-bunny
- PROFIT!
(I still cannot load iolib on M1-based MacOS system but this time it is another cffi / grovel issue with eventfd, not libfixposix)