Custom Query (1030 matches)
Results (211 - 213 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1056 | wontfix | a supported extension to support (un)reifying deferred warnings | ||
| Description |
ASDF 2.26.x introduces support for saving deferred warnings and re-playing them in a different session. It currently does it by peeking and poking at the internals of CCL (and SBCL). Could you export a supported variant of that functionality in CCL 1.9 and later? See the code in asdf/lisp-build.lisp. The entry points are reify-deferred-warnings unreify-deferred-warnings reset-deferred-warnings |
|||
| #1055 | fixed | can't use files that have backslashes in their names | ||
| Description |
Create a file /tmp/test/ Welcome to Clozure Common Lisp Version 1.9-dev-r15596 (DarwinX8664)! ? (probe-file "/tmp/test/\\\\") #P"/private/tmp/test/" ? (native-translated-namestring "\\\\") "" ? Perhaps ccl::namestring-unquote needs to get a little smarter. |
|||
| #1054 | fixed | (equal #p"/" #p"ccl:") returns t | ||
| Description |
Welcome to Clozure Common Lisp Version 1.9-dev-r15596 (DarwinX8664)! ? (equal #p"/" #p"ccl:") T That would seem to be wrong. |
|||
Note:
See TracQuery
for help on using queries.
