Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (214 - 216 of 1030)

Ticket Resolution Summary Owner Reporter
#1049 fixed Bug in construct-setf-function-name Francois-Rene Rideau
Description

In level-1/l1-aprims.lisp, construct-setf-function-name should also test for #\" in the package-name, or it will confuse packages named ":" and "\":\"".

#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

#1069 fixed SXHASH shouldn't collide on small fixnums Gary Byers Francois-Rene Rideau
Description

Collisions on small consecutive numbers mean hash-tables will be slower than expected, and systematic such collisions probably count as a performance bug.

(EQUAL (SXHASH 12) (SXHASH 13))
;;=> T

gz says it looks like 2n and 2n+1 can have same SXHASH, and gb points at CCL::STRIP-TAG-TO-FIXNUM.

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