Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (814 - 816 of 1030)

Ticket Resolution Summary Owner Reporter
#267 fixed No runtime warnings on call to (eql) Gary Byers gz
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 gz Gary Byers
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 Gary Byers gz
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*
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.