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
Macros like the memoize macro from memoizable redefine methods with a small wrapper method. Unfortunately, this confuses mutant and breaks proper insertion. I have several cases of a macro like this and currently have to monkey patch and extend logic like this that mutant already does for Sorbet, etc.. It would be very helpful if there were a public API option for this so I wouldn't have to maintain an awkward patch.
The text was updated successfully, but these errors were encountered:
Macros like the
memoize
macro frommemoizable
redefine methods with a small wrapper method. Unfortunately, this confuses mutant and breaks proper insertion. I have several cases of a macro like this and currently have to monkey patch and extend logic like this that mutant already does for Sorbet, etc.. It would be very helpful if there were a public API option for this so I wouldn't have to maintain an awkward patch.The text was updated successfully, but these errors were encountered: