Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (469 - 471 of 1030)

Ticket Resolution Summary Owner Reporter
#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.

#391 fixed Documentation refers to some stale svn URLs R. Matthew Emerson Gary Byers
Description

As noted in http://clozure.com/pipermail/openmcl-devel/2008-December/008794.html, the documentation refers to URLs of the form ".../trunk/platformx8664/ccl". The 32 and 64-bit x86 platforms are all consolidated in ".../trunk/platformx86/ccl"; the documentation should be updated and the old, stale URLs (and any x8632 trees in the trunk) should be removed.

#431 fixed Shift-return R. Matthew Emerson mkassoff
Description

When at the end of a line, you are often holding down the shift key due to a closing paren. You then want to press the return key to go to the next line. But if your finger is still on the shift key, the return will fail. MCL handles this gracefully.

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