Michał "phoe" Herda

Results 359 comments of Michał "phoe" Herda

Yes, ASDF 3.3.4 is what we want to have - that's good. Now we have a different compilation issue - usocket fails to build on CCL for arm32 since the...

Congratulations - you have found a [Postmodern error](https://github.com/marijnh/Postmodern/issues/247)! :open_mouth: See the ticket for a workaround in Postmodern code.

https://github.com/marijnh/Postmodern/issues/247 is now fixed. Please try using the newest version from master and let's continue trying to get this to work!

I think pgloader will, by default, pick up the Quicklisp version, which is regenerated monthly. @dimitri - do you have any pointers?

Ouch. This is the worst. I hate debugging non-memory-safe code. Could you post the full console output?

I pinged @frodef in the original issue (and here too) - I suggest to wait two-three days for a reply, and then update to the fork.

Is it possible for you to post the file `/home/marco/turnserver-4.5.0.8/examples/var/db/turndb` somewhere? From the backtrace, I see that SBCL seems to fail at reading UTF-8, which means that it attempts to...

@quicklisp That's example code for my Lisp condition system book - it is supposed to compile and signal errors at runtime (which it does, except ASDF is overzealous here). I...

OK, added `eval` - should work now.