Custom Query (1030 matches)
Results (490 - 492 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #603 | fixed | scripts/makedmg starts with blank line | ||
| Description |
The file scripts/makedmg starts with a blank line, moving the #! declaration to line two. This is presumably unintentional. |
|||
| #604 | fixed | two .lisp files apparently marked executable in svn | ||
| Description |
when checked out per the instructions at: http://ccl.clozure.com/manual/chapter2.2.html#obtaining-via-svn On a debian machine, the files:
ccl/library/x86-win64-syscalls.lisp Are marked as excutable in the debian filesystem. I believe this to be an error, and I'm assuming this is because they are incorrectly tagged by svn as executables in the repository. I have not looked on other unix-like OS (darwin?), but I assume the same error occurs. |
|||
| #390 | fixed | Defstruct :include with :conc-name | ||
| Description |
Consider the following code, which is a simplified version of stuff that can be found in CL-Yacc: (defstruct item x) (defstruct (sub-item (:include item) (:conc-name item-)) y)
The ANSI CL spec explicitly states that this is allowed, in the description of ;Compiler warnings for "/home/pps/jch/struct-test.lisp" : ; In an anonymous lambda form at position 18: Duplicate definitions of ITEM-X, in this file It would appear that CCL generates correct code, but I believe that this is by accident. |
|||
