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

Here are two conformity bugs with LOAD in ccl. 1. load file-stream loads the whole file instead of reading directly the stream from the current file-position. 2. load stream doesn't...

`read-delimited-list` can read dotted-list, but this is not conforming, since the algorithm for `read-delimited-list` is specified, and there's no provision to read dots. ``` read-delimited-list looks ahead at each step...

CLHS 19.3.1.1.7 http://clhs.lisp.se/Body/19_caag.htm says: ``` 19.3.1.1.7 Lowercase Letters in a Logical Pathname Namestring When parsing words and wildcard-words, lowercase letters are translated to uppercase. ``` We have: ``` cl-user> (setf...

On Catalina: build-application generates an executable image, as expected: $ ssh despina ls -l ~/Desktop/patchwork-10.1-0.597-ccl-1.12_dev_v1.12_dev.4_8_gf4a517fc_darwinx8664-darwin-apple-10.15.6-x86-64/Patchwork.app/Contents/MacOS/Patchwork -rwxr-xr-x 1 pjb staff **109187312** Jul 24 23:48 /Users/pjb/Desktop/patchwork-10.1-0.597-ccl-1.12_dev_v1.12_dev.4_8_gf4a517fc_darwinx8664-darwin-apple-10.15.6-x86-64/Patchwork.app/Contents/MacOS/Patchwork* On Mojave build-application generates a kernel...

I tested with: `Clozure Common Lisp Version 1.12 (v1.12) WindowsX8664` I am located in time zone MEST, which is one hour east of GMT, i.e. -1 in Common Lisp terms,...

The problem could be replicated by following steps: 1. download the [Maxima 5.45.0 ](https://sourceforge.net/projects/maxima/files/Maxima-source/5.45.0-source/maxima-5.45.0.tar.gz/download) 2. use wx86cl and wx86cl64 to compile maxima by following the `INSTALL.lisp` 3. even there are...

`(subtypep 'number '(or complex real))` ;=> `NIL T`. This implies that CCL is sure that there is a subtype of `number` which is neither `complex` nor `real`. Either this type...

Here is something funny with 2D array of character. When printing them with *print-readably* set to NIL, they print stragenly, with # elements (instead of just a string representation `#2A("foo"...

It feels a bit more intuitive for the build-from-source instructions to be in the README itself, so the PR.