-
When building decode.lisp with SBCL getting the error:
; file: /flexi-streams/decode.lisp …
Slids updated
4 years ago
-
Building with SBCL 2.4.6.70-a4f5037f5 / ASDF 3.3.5 for quicklisp dist creation.
Trying to build commit id 64d145a53478a8a0604d2ba38d0c3f2e0a818a6a
*cerberus-kdc* fails to build because of a failure …
-
SBCL internals related to structures have changed, breaking cl-store, in particular, the struct-class.1 test.
-
A few issues with the quick-and-dirty hack to support the new implementation of backquotes in SBCL 1.2.2 were reported by @csrhodes:
**File-Compiling:** there needs to be an `eval-when (:compile-topl…
-
This issue issue more or less intends to collect thoughts about if SBCL is the right CLISP implementation for use in ROS.
The primary motivation behind bringing this up is the fact that SBCL is not c…
-
I receive a build issue with OCICL on Windows that I do not see on QuickLisp, it maybe that it does not try to recompile swank bankend that I assume is already compiled and part of sbcl
Maybe you …
-
1. pgloader version: `pgloader version "3.6.10~devel" compiled with SBCL 2.2.9.debian`
2. Command: `docker run --rm -it ghcr.io/dimitri/pgloader:latest pgloader mysql://ashraf:ashraf@127.0.0.1:3306/s…
-
Hi, I'm trying to build a build system for Common Lisp and am working on a command to build the artifact (.tgz) locally. Can you give me some tips on how to do this?
The code: https://github.com/cl…
-
**Expected Result**
SBCL runs normally. [SBCL](http://sbcl.org) is a Common Lisp compiler and runtime environment.
**Actual Result**
SBCL crashes and drops to LDB:
```
This is SBCL 2.0.11, an i…
-
The prog1 in defmodel causes warnings because the defclass is not as a top-level-form.
One solution would be to replace the prog1 with a progn then return the class at the end using (find-class ',cla…