You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But then I thought class-methods would list the methods specializing on a class and all its SUPERclasses (which are the ones that I would expect to apply to it), but its the opposite:
I couldn't find something like this in CLOS (I'm pretty sure it's there, I just can't find it)... And I was thinking -- would it be the case of having both? Upwards and downwards?
The text was updated successfully, but these errors were encountered:
Hi @egallesio !
I see that there is
class-direct-methods
, whose semantics is clear to me:But then I thought
class-methods
would list the methods specializing on a class and all its SUPERclasses (which are the ones that I would expect to apply to it), but its the opposite:It lists methods specialized on SUBclasses.
I couldn't find something like this in CLOS (I'm pretty sure it's there, I just can't find it)... And I was thinking -- would it be the case of having both? Upwards and downwards?
The text was updated successfully, but these errors were encountered: