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
Yes, MM likely need updating to our mercury fork as well as looking into what CadixDev/MercuryMixin#18 means. Its been so long I have forgotten what this issue was about.
Yes, MM likely need updating to our mercury fork as well as looking into what CadixDev/MercuryMixin#18 means. Its been so long I have forgotten what this issue was about.
I've read that, I think it wanted a method which is similar to Mercury#setGracefulClasspathChecks method,
it could prevent Mercury from being crashed even if the classpath is incomplete. But enabling this may produce some
wrong result in code.
If a method named
ExampleClass.doSomething
was renamed todoNewSomething
, then the mixin would be remapped as such:The method call will be migrated, but not the target of the mixin. Ideally, both would be migrated.
The text was updated successfully, but these errors were encountered: