Custom Query (1030 matches)
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 | ||
| 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 | ||
| 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 | ||
| Description |
The keyword arguments that modify/extend DIRECTORY's behavior are undocumented. |
|||
Note:
See TracQuery
for help on using queries.
