Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (211 - 213 of 1030)

Ticket Resolution Summary Owner Reporter
#388 fixed c-/ doesn't work Gary Byers gz
Description

Typing c-/ at the lisp process (in a unix shell) leaves it in a weird state where ps lists it as <defunct>, but it actually keeps running, sometimes apparently working fine, sometimes becoming non-responsive.

Gary knows what causes this, but it might be hard to fix on some platforms.

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