Custom Query (1030 matches)
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 | ||
| 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 | ||
| 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 | ||
| 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)"> |
|||
Note:
See TracQuery
for help on using queries.
