Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (319 - 321 of 1030)

Ticket Resolution Summary Owner Reporter
#392 fixed Cannot use a symbol macro as default initarg. Gary Byers Stelian Ionescu
Description

Compiling a file containing:

(in-package :cl-user)

(define-symbol-macro foo t)

(defclass bar ()
  ((baz :initarg :baz))
  (:default-initargs :baz foo))

I get this:

;Compiling "/tmp/use-case.lisp"...
;Compiler warnings for "/tmp/use-case.lisp" :
;   In an anonymous lambda form inside an anonymous lambda form: Undeclared free variable FOO
;Loading #P"/tmp/use-case.lx32fsl"...

If I try to create an instance of BAR, I get an error "Unbound variable: FOO"

#393 fixed 1.3 release notes Gary Byers R. Matthew Emerson
Description

Release notes for 1.3.

There's a start at http://trac.clozure.com/openmcl/wiki/ReleaseNotes/1.3

#394 invalid Please consider enabling EGC by default Gary Byers jch
Description

On Linux/x86_64, I've found CCL to perform slightly better with EGC enabled, even for batch jobs. Obviously, for interactive tasks EGC appears to be a big win (avoiding the 0.7 second pauses that I get with the ordinary GC).

Please consider enabling the EGC by default, at least on Linux.

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