Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (247 - 249 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 .
#521 invalid DIRECTORY does not work with pathnames containing multiple dots on Windows Gary Byers Hans Hübner
Description

Welcome to Clozure Common Lisp Version 1.3-dev-r12165-trunk (WindowsX8632)! neo-angin 103_> touch foo.bar foo.foo.bar neo-angin 104_> h:/ccl/wx86cl -n -e '(print (directory "c:/cygwin/tmp/**/*.bar")))' (#P"C:/cygwin/tmp/x/foo.bar" #P"C:/cygwin/tmp/x/foo'.foo.bar")

Notice the second pathname, which contains a quote character for no valid reason.

#692 fixed DIRECTORY extensions undocumented Gary Byers
Description

The keyword arguments that modify/extend DIRECTORY's behavior are undocumented.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.