(defmethod print-method ...) from the user ns auto-created a stray user/print-method with identity dispatch -> 'incorrect number of arguments 2' on (print-method x w). Resolve an unqualified multifn name through current-ns -> :refer -> clojure.core (like var resolution) before auto-creating. Fixes direct print-method/print-dup override calls; pairs with the cross-ns defmethod fix. |
||
|---|---|---|
| .. | ||
| chez | ||