< Back to IRCAM Forum

defmethod* arguments modifications

Hello,

When adding/removing arguments or markers (&rest/&optional) in a defmethod* function, OM prints the error message “Lambda list is not congruent with the lambda list of #<omgenericfunction foo 12AB34CD>.”

To proceed, I have to restart OM. Is there a way to achieve this without having to restart ?

Thanks,

Kreso

hi

i don’t know but i use this :

(fmakunbound 'your-method)

Best
K

It works perfectly !

Thank you Karim.

Kreso