Custom Query (1030 matches)
Results (259 - 261 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #559 | fixed | CCL hangs when loading cl+ssl with *load-print* set to T in IDE | ||
| Description |
Subject line pretty much says it all. Set *load-print* to T and try to asdf-load the CL+SSL package. It will hang when loading bio.dx*fsl. When *load-print* is NIL the problem goes away. I'm using the 2008-11-04 version of CL+SSL but I'm pretty sure the problem doesn't depend on that. The problem manifests itself only in the IDE. When run from the terminal it works fine even with *load-print* set to T. |
|||
| #564 | fixed | Bad value of #$CW_USEDEFAULT on win64 | ||
| Description |
#$CW_USEDEFAULT is 0 on win64; should be #x80000000. Don't know why, but expect some sign-extension confusion. |
|||
| #568 | fixed | #_ should not be in the standard readtable | ||
| Description |
I'm not a language lawyer but it doesn't seem right that #_ is in the standard readtable: Welcome to Clozure Common Lisp Version 1.4-dev-r12409M-trunk (Linuxx8632)! ? (setq *readtable* (copy-readtable nil)) #<readtable #x14AD5676> ? (#_tmpnam (ccl:%null-ptr)) #<A Foreign Pointer #xB7F7A08C> ? |
|||
Note:
See TracQuery
for help on using queries.
