Custom Query (1030 matches)
Results (667 - 669 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. |
|||
| #388 | fixed | c-/ doesn't work | ||
| Description |
Typing c-/ at the lisp process (in a unix shell) leaves it in a weird state where Gary knows what causes this, but it might be hard to fix on some platforms. |
|||
| #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. |
|||
