Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (523 - 525 of 1030)

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

#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

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