-
; SLIME 2.18
CL-USER> (defun test-timeout ()
(handler-case (sb-ext:with-timeout 2 (sleep 10))
(condition () "sb-ext:with-timeout works fine!")
(:no-error (r) (format nil "no timeout, result …
-
There's a circular dependency error when trying to load a system that depends-on :wookie
```
Circular dependency: ((# . #) (# . #) (# . #))
```
This happens with ASDF version 3.3.1, but not with…
-
- [ ] pgloader --version
```
SBCL 2.1.2
```
- [ Yes] did you test a fresh compile from the source tree?
- [ Yes] did you search for other similar issues?
…
-
Trying to load cl-cuda in sbcl, I get this error:
\* (ql:quickload :cl-cuda)
debugger invoked on a LOAD-SYSTEM-DEFINITION-ERROR in thread #: Error while trying to load definition for system cl-cuda …
-
It seems that `stmx.lang:*current-thread*` special variable is not rebound, breaking interop with lparallel.
Example:
```
(ql:quickload :stmx)
(ql:quickload :lparallel)
(setf lparallel:*kerne…
-
`#A((SIGNED-BYTE 8) (2 2) ((0 0) (0 0)))`
+ [ ] SBCL
+ [ ] CCL
+ [ ] ECL
+ [x] [CMU](https://pmsf.eu/pub/cmucl/doc/cmu-user-2010-09-27/extensions.html#toc41)
+ [ ] ABCL
+ [x] ALISP
-
Feature description:
Atomic compare&swap interface.
Supported implementations:
+ [x] [SBCL]()
+ [x] [CCL]()
+ [x] [ECL]()
+ [ ] [CMU]()
+ [ ] [ABCL]()
+ [x] [ALISP]()
-
This is a structure-specific version of CLOS sealing #6 .
+ [x] [SBCL](http://www.sbcl.org/manual/index.html#index-Declaration_002c-freeze_002dtype)
+ [ ] CCL
+ [ ] ECL
+ [x] CMU
+ [ ] ABCL
+ [ …
-
**FFIGEN** (Lars Hansen):
https://www.ccs.neu.edu/home/lth/ffigen/manifesto.html
https://www.ccs.neu.edu/home/lth/ffigen/userman.html
**G-Wrap** from Guile:
http://www.nongnu.org/g-wrap/ma…
-
Trying `(cl-yaml:parse "{ a: 1, b: 2}")` on Windows fails with the call to `INITIALIZE` in cl-libyaml.
libyaml.dll is installed from MINGW64 in "c:\msys64\mingw64\bin" (in `PATH`) (NB. MINGW64 librar…