Custom Query (1030 matches)
Results (604 - 606 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #265 | worksforme | Reported difficulty handling CR-terminated files in IDE editor | ||
| Description |
There have been reports that the editor hangs when trying to open CR-terminated text files in the editor. One theory - that it may be an endianness issue - doesn't seem to be correct; I've been able to open CR-terminated files under both PPC and X8664, and haven't yet been able to reproduce this. |
|||
| #286 | fixed | compile-time error when compiling ref to unknown type | ||
| Description |
? (compile nil '(lambda () (typep nil '(or none-such null)))) > Error: Unknown type specifier: NONE-SUCH > While executing: CCL::%%TYPEP, in process listener(1). > Type :POP to abort, :R for a list of available restarts. > Type :? for other options. 1 > I'm working on a fix, just entering the bug for the record. |
|||
| #287 | fixed | Can't trace single-method generic functions | ||
| Description |
? (defmethod frotz (x) (print x)) #<STANDARD-METHOD FROTZ (T)> ? (trace frotz) NIL ? (frotz 17) 0> Calling (FROTZ 17) > Error: Too many arguments in call to #<METHOD-FUNCTION FROTZ (T)>: > 2 arguments provided, at most 1 accepted. > While executing: #<STANDARD-METHOD FROTZ (T)>, in process listener(1). > Type :POP to abort, :R for a list of available restarts. > Type :? for other options. 1 > |
|||
Note:
See TracQuery
for help on using queries.
