Custom Query (1030 matches)
Results (976 - 978 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #716 | invalid | WITH-HASH-TABLE-ITERATOR plays badly with closures | ||
| Description |
? h #<HASH-TABLE :TEST EQUAL size 3/60 #x3020010965ED> ? (with-hash-table-iterator (f h) (lambda () (multiple-value-list (f)))) #<COMPILED-LEXICAL-CLOSURE #x30200126EE0F> ? (funcall *) > Error: value #<HASH-TABLE :TEST EQ size 3/60 #x302000C9D12D> is not of the expected type SIMPLE-VECTOR. |
|||
| #719 | invalid | Unable Version 1.5 of Clozure CL64 on my PowerMac G5 | ||
| Description |
The earlier version 1.4 of Clozure CL64 runs fine on my PowerMac G5, but not the current version 1.5. When I start it up, I get the following error in AltConsole: > Error: Objective-C runtime exception: > *** -[NSKeyedUnarchiver initForReadingWithData:]: non-keyed archive cannot be decoded by NSKeyedUnarchiver > While executing: (:INTERNAL GUI::|+[LispApplicationDelegate initialize]|), in process Initial(0). > Type :POP to abort, :R for a list of available restarts. > Type :? for other options. 1 > Clozure CL32 runs fine on my machine for both versions 1.4 and 1.5. |
|||
| #722 | invalid | Improve editor selection | ||
| Description |
From Shannon 8/19/10: Selecting stuff in the editor leaves a lot to be desired. The editor seems to get confused as to whether you wish to select the stuff between parens with a double click, or just highlight the matching parens. I (the user) am confused as to whether hitting <enter> after such will actually execute the s-expression or not. [can't reproduce this today. Might have been fixed.] |
|||
