Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (625 - 627 of 1030)

Ticket Resolution Summary Owner Reporter
#378 fixed error calling call-next-method in long-form method combination gz gz
Description

(define-method-combination test-method-combination ()

((around (:around))

(primary () :required t))

`(call-method ,(first around) ( (make-method (call-method ,(first primary))) )))

(defgeneric foo (x)

(:method-combination test-method-combination))

(defmethod foo((o integer))

nil)

(defmethod foo :around ((o integer))

(call-next-method o))

(foo 23)

causes an error: value NIL is not of the expected type SIMPLE-VECTOR.

The bug seems to have been there forever, but the recently released ASDF 1.128 and later actually uses non-standard method combinations and evokes this bug in normal use.

#389 fixed m-u/m-l/m-c ignore selection gz gz
Description

I expect these to work on current selection if there is one, but they just collapse it and modify one word.

#401 fixed lisp with Cocoa IDE should be simple to install (and update) gz R. Matthew Emerson
Description

Instead of requiring an svn checkout, Clozure CL.app should be an easy drag and drop install.

This implies that we need to be able to check for and install updates from within the running application (we largely do this already, but we should ensure that the update process is robust and safe).

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