Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (370 - 372 of 1030)

Ticket Resolution Summary Owner Reporter
#853 wontfix DEFVAR after DEFCONSTANT does not signal an error when no initial value provided Ron Garret
Description

SLSIA.

Welcome to Clozure Common Lisp Version 1.7-dev-r14715M-trunk  (DarwinX8664)!
? (defconstant x 1)
X
? (defvar x)  ; Should signal an error but doesn't
X
? (defvar x 1)
> Error: Can't redefine constant X .
#851 fixed Double-click failure gz gz
Description

from svspire: Double-clicking on the final paren in #'(lambda (element) (numberp element)) does not select the form.

#850 fixed mis-attributed source location gz gz
Description

Compile and load this file:

(let ()
  (defun foo () t))

(defun bar () t)

Then:

? (function-source-note #'foo) 
#<SOURCE-NOTE "ccl:test.lisp":30-46 "(defun bar () t)"> 
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.