Luke Gorrie luke@bluetail.com writes:
Our `definterface' mechanism puts a method on the `no-applicable-method' generic function to supply a default implementation of `operate-on-system'.
What on earth was I thinking when I wrote that code? :-)
Now the default implementation is just a regular method with all argument types being T. defimplementation uses the same signature so it will override it.
Possibly this will make some strange problems in some versions of ACL disappear.
-Luke