Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (490 - 492 of 1030)

Ticket Resolution Summary Owner Reporter
#603 fixed scripts/makedmg starts with blank line Gary Byers John McAleely
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 Gary Byers John McAleely
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
ccl/lib/ffi-win64.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 R. Matthew Emerson jch
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 :CONC-NAME in the description of DEFSTRUCT. However, CCL generates a warning:

;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.

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