Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (211 - 213 of 1030)

Ticket Resolution Summary Owner Reporter
#1056 wontfix a supported extension to support (un)reifying deferred warnings Francois-Rene Rideau
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

http://common-lisp.net/gitweb?p=projects/asdf/asdf.git

#1055 fixed can't use files that have backslashes in their names Gary Byers R. Matthew Emerson
Description

Create a file /tmp/test/
and observe the following:

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 Gary Byers R. Matthew Emerson
Description
Welcome to Clozure Common Lisp Version 1.9-dev-r15596  (DarwinX8664)!
? (equal #p"/" #p"ccl:")
T

That would seem to be wrong.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.