Michał "phoe" Herda
Michał "phoe" Herda
Is this issue closeable after merging #9?
Weird. SBCL links `libz` statically during compilation as it's required for core compression. This means that it should not have a runtime dependency. @jasom are you able to provide me...
Wait. Doesn't it? I was absolutely convinced that it did. ...I double-checked, and yes, it does not. Well, in that case, it seems that portacle needs to ship `libz`.
...Portacle already ships `libz`. At which point, I don't know what's going on.
What is the root cause of the error? Why does this particular case of bit-setting fix it?
Is the `logand` required? Are the bits allowed to be longer than 16 bits?
> ;;; Is there a CL tool for the same? Yes, `format ~b`: ```lisp CL-USER> (format nil "~32,'0B" (mod -528482288 (ash 1 32))) "11100000100000000000000000010000" ```
Duplicate of #303
It's not meant to link to a solution; it's meant to say that this bug ticket is a duplicate of an existing bug ticket that shows exactly the same symptoms...
Depends on how we measure. This one was created earlier than #303, but the post detailing the bugreport came in later than #303. It doesn't matter to me much which...