Hraban
Hraban
Confirmed for clisp, fwiiw.
Tests also fail for me, but only on rosetta simulating x86-64 (base system is an M2). When running as ARM, it works fine. ``` × 1 of 1 test failed...
Perhaps not the best place to ask this, but what can I do about this until your fix reaches the automatic package update? Is there perhaps a way to disable...
If this is implemented, pay special attention to pending onmiss calls. The current implementation of syncCache in the tests only works because it is executed by the same goroutine as...
```emacs-lisp (setq inferior-lisp-program "abcl") ``` should be enough. Have you tried following the instructions in [the readme](https://github.com/slime/slime)?
@quicklisp would you please reconsider this? Slime has a bug with emacs 28 that's fixed in their github master since jan 2021, but the latest release was in dec 2020....
I just dug a little deeper and apparently there's a(nother) layer of indirection built into slime loading. Through a file called swank.txt. You can load local slime like this: ```sh...
This caused me a lot of head scratching; didn't realise 2375 was docker itself and not some expected mock GAE service.
@c33s gitlab CI offers automatic building and uploading to the registry, much like dockerhub with github integration. it's done by putting the regular build and push commands in a CI...
I was running into a similar problem, what helped me get around it was building my own .zip artifact with everything in the root and specifying that in the serverless.yml...