-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not build in SBCL 2.0.9 - slot :initform/:type issue #8
Comments
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 ***@***.***> 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
<#8 (comment)>,
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 ***@***.***> 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
<#8 (comment)>,
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:
(I still cannot load iolib on M1-based MacOS system but this time it is another cffi / grovel issue with eventfd, not libfixposix) |
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
The text was updated successfully, but these errors were encountered: