-
It appears that Clozure CL has a different meaning for `ccl:interrupt-signal-condition` which prevents the code from working on the recent CCL. The fix is suggested [here](https://stackoverflow.com/a/…
-
Hello,
I tested cl-fsnotify on Mac OSX using ccl (Clozure Common Lisp). It detected correctly the creation and deletion of files.
However, when I opened a file for modification (typically: vi ), then…
ghost updated
8 years ago
-
In a shell: touch /tmp/\*
(probe-file "/tmp/*")
; Evaluation aborted on #.
CL-USER> (probe-file "/tmp/\\*")
; Evaluation aborted on #.
CL-USER> (probe-file "/tmp/%2A")
nil
CL-USER> (probe-fil…
-
On a lark, I tried to load Quicklisp on MCL 5.2 on an iBook G4 running Mac OS X 10.4.11. It failed because on that platform, there’s no `CCL:make-socket` to re-export from `qlqs-ccl`.
It’d be aweso…
-
I have the following test case that shows the GBK encoding to be broken:
```
echo "高怡雯" | iconv -t gbk -o /tmp/gao
# in Clozure CL
(let ((v (make-array 6 :element-type '(unsigned-byte 8))))
…
-
Hello,
I hesitated to add this as an issue at GitHub.com (feature request), I
put it here first.
FriCAS supports what I would call preliminary support of FFI stuff via
a set of CL macros. I wo…
-
A test case is as follows:
```
(defvar *example* #p"/home/cons/projects/collards/examples/.collards")
(pathname-name *example*) ;; returns NIL
(pathname-type *example*) ;; returns "collards"
``…
-
process.lisp currently hardcodes
``` common-lisp
(defconstant +sigkill+ 9)
(defconstant +sigterm+ 15)
(defconstant +sigstop+ 17)
(defconstant +sigcont+ 19)
```
Naturally, this list is incomplete, bu…
-
On BigSur, with ccl 1.12 from git:
```
> (com.informatimago.tools.manifest:print-bug-report-info)
LISP-IMPLEMENTATION-TYPE "Clozure Common Lisp"
LISP-IMPLEMENTATION-VERSION "Version 1.12 …
-
As you can see from this TravisCI log of cl-plus-ssl, ECL fails when it tries to grovel static-vectors library with ERROR:
:OUTPUT argument to RUN-PROGRAM does not have a file handle:
#
http…