Custom Query (1030 matches)
Results (625 - 627 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #378 | fixed | error calling call-next-method in long-form method combination | ||
| Description |
(define-method-combination test-method-combination ()
(defgeneric foo (x)
(defmethod foo((o integer))
(defmethod foo :around ((o integer))
(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 | ||
| 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) | ||
| 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). |
|||
