Custom Query (1030 matches)
Results (571 - 573 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #654 | invalid | TYPE-OF incorrect for bignums | ||
| Description |
CL-USER> (lisp-implementation-version) "Version 1.5-dev-r13405M-trunk (LinuxX8664)" CL-USER> (type-of (expt 2 64)) (INTEGER 1152921504606846976) CL-USER> (type-of (expt 2 100)) (INTEGER 1152921504606846976) CL-USER> (type-of (expt 2 1000)) (INTEGER 1152921504606846976) CL-USER> (type-of (expt 2 10000)) (INTEGER 1152921504606846976) |
|||
| #964 | duplicate | Tests fails for the MD5 library on 32 bit versions (windows and linux) | ||
| Description |
I run the tests included in the library. Only appears in 32 bit versions of 1.8, not in 1.7 and it works on Linux x64. I use MD5 library that is used by Hunchentoot (it fails inside it as well). |
|||
| #25 | fixed | Text Window Problems | ||
| Description |
There are a number of problems with the graphic components of text windows in the IDE that make it look cobbled together rather than like a real cocoa application.
One way to address these would be to move the modeline down into the region to the left of the resize box. Make that region shadowed gray all the way across (cf Finder windows, which put file count and available space in the gray region at the bottom of the window). Make the horizontal scrollbar take the full width of the window. I'd also try having the modeline be roman rather than italic font. All this applies to the listener, too. |
|||
