Custom Query (1030 matches)
Results (424 - 426 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #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. |
|||
| #248 | fixed | Typo in reader code | ||
| Description |
When entering an invalid symbol like "..." into the REPL, an internal error resulting from a typo is signalled. Fix: Index: l1-reader.lisp
===================================================================
--- l1-reader.lisp (revision 8515)
+++ l1-reader.lisp (working copy)
@@ -2407,7 +2407,7 @@
(if (= len 1)
(or dot-ok
(signal-reader-error stream "Dot context error in ~s." (%string-from-token tb)))
- (signal-reader-error stream "Illegal symbol syntax in ~s. (%string-from-token tb)"))
+ (signal-reader-error stream "Illegal symbol syntax in ~s." (%string-from-token tb)))
;; Something other than a buffer full of dots. Thank god.
(let* ((num (if (null escapes)
(handler-case
|
|||
| #1303 | fixed | Typo in l1-unicode.lisp | ||
| Description |
I believe there is a typo in the (define-character-encoding :utf-32 ...) form in l1-unicode.lisp. Within it you find: :stream-encode-function #+ucs-4-stream-encode <=== should be #' not #+ :stream-decode-function #'ucs-4-stream-decode :vector-encode-function I suspect there aren't many files in utf-32 format. |
|||
Note:
See TracQuery
for help on using queries.
