Custom Query (1030 matches)
Results (214 - 216 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1049 | fixed | Bug in construct-setf-function-name | ||
| 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 | ||
| 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 |
|||
| #1069 | fixed | SXHASH shouldn't collide on small fixnums | ||
| 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. |
|||
