ccl icon indicating copy to clipboard operation
ccl copied to clipboard

Clozure Common Lisp

Results 178 ccl issues
Sort by recently updated
recently updated
newest added

Dear author When I use `quicklisp` to build the [`3d-math`](https://github.com/Shinmera/3d-math) library. When the ccl compiles the file [`matrices/ops.lisp`](https://github.com/Shinmera/3d-math/blob/main/matrices/ops.lisp) I get the error: `CCL::COMPLIER-FUNCTION-OVERFLOW` . I use the ccl-1.12 on x64's...

Someone is messing up here. :-) ``` ? (require 'asdf) ASDF ("uiop" "UIOP" "asdf" "ASDF") ? (pushnew #p"home:someplace;**" asdf:*central-registry*) (#P"home:someplace;**") ? (asdf:find-system :foo) > Error: While searching for system "foo":...

Documentation on cross-compilation is scattered to non-existent. There are two cases of interest, I think. The first case is using, say, an x86-64 host to compile for an ARM target....

documentation

CCL fails some of the `ANSI-TEST`s with the following error: ``` Test CL-TEST::FILE-POSITION.8 failed Form: (LOOP CL-TEST::FOR CL-TEST::LEN CL-TEST::FROM 33 CL-TEST::TO 100 CL-TEST::FOR CL-TEST::N = (ASH 1 CL-TEST::LEN) DO (WITH-OPEN-FILE...

The list [email protected] is hosted by Mailman 2.1.39. Mailman 2 needs Python 2, which is obsolete. One possible alternative might be mlmmj (this is what the FreeBSD project did for...

Recent binutils (2.39?) adds what seems to be new warning, which we see when compiling the lisp kernel. ``` cc -m64 -g -Wl,--export-dynamic "-Wl,--hash-style=sysv" -Wl,-no-pie -o ../../lx86cl64 pad.o x86-spjump64.o x86-spentry64.o...

Maxima has this function: ``` (defun extreme-float-values (x) (typecase x (short-float (values most-negative-short-float most-positive-short-float)) (single-float (values most-negative-single-float most-positive-single-float)) (double-float (values most-negative-double-float most-positive-double-float)) (long-float (values most-negative-long-float most-positive-long-float)))) ``` CCL64 (1.12.2 (v1.12.2-66-g7e9ea2a9)...

I am running https://github.com/Clozure/ccl/releases/tag/v1.13 on Mac OS Sonoma 14.2 When I selected "open recent" from the file menu, it gives a list of blank lines: Similarly, when I selected "open"...

ide

Consider this fragment of a `.ffi` file (as produced by the interface translator): ``` (macro ("test.h" 1) "blarg ( x )" "((char)x)") (macro ("test.h" 2) "rme_test_constant" "blarg(45)") ``` If you...

ffi

Two reported crashes, one with 1.13 release, and another with 1.12.2: Here is a stack trace at the time of the signal with ccl-1.13: ``` # gdb /opt/src/ccl-1.13/lx86cl64 CoreDump GNU...