Custom Query (1030 matches)
Results (814 - 816 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #267 | fixed | No runtime warnings on call to (eql) | ||
| Description |
? (defun foo () (eql)) ;Compiler warnings : ; In FOO: In the call to EQL with arguments (), ; 0 arguments were provided, but at least 2 are required ; by the current global definition of EQL ? (foo) T ? Minor, but it would be nice to get a runtime error, in case you miss the compile-time warnings for whatever reason. |
|||
| #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. |
|||
| #264 | fixed | Spurious warning for non-toplevel defvar's | ||
| Description |
encountered while trying to get test suite to compile cleanly: ? (let ((x 17)) (defvar *foo* x)) ;Compiler warnings : ; In an anonymous lambda form: Undeclared free variable *FOO* |
|||
Note:
See TracQuery
for help on using queries.
