Custom Query (1030 matches)
Results (838 - 840 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1294 | fixed | Please upgrade ASDF | ||
| Description |
Dear CCL developers, can you upgrade ASDF to 3.1.5 ? In addition to many minor features and bug fixes, it should be a notable improvement for Windows users. Alternatively, if you agree to it, I'll like to write and offer a patch for CCL to provide UIOP separately from ASDF, as do MKCL and SBCL, so you may (require "uiop") without loading the rest of ASDF. |
|||
| #1393 | moved | CCL fails to quit on Windows | ||
| Description |
CCL always fails to quit on Windows and just hangs when run from CMD.EXE. When run from cygwin's bash, it usually succeeds to quit, but sometimes fail. I noticed this behavior while compiling asdf-tools with CCL on Windows (asdf-tools being a test tool used by ASDF to run its test suite). To reproduce, run CMD.EXE, in it, run wx86cl64.exe, and in it, try to (quit). NB: I used the release binary for 1.11, and didn't try to compile from source. I'm not sure how to setup what C compiler to compile CCL on Windows. |
|||
| #982 | fixed | The 'gc' function is undocumented in the manual | ||
| Description |
Hi, SBCL has a function called 'gc', which triggers manual collection of garbage when called, for example, as (gc :full t) There is no such function mentioned in the CCL manual. However, the 'gc' function, called as (gc) successfully calls manual collection. I can only guess what parameters this function might have. I suggest documenting it in the manual. I could make a nominal patch, but I don't know what the source for the manual is, nor the build procedure.
Nominal patch attached. |
|||
