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
Loader can easily handle this better but im not convinced this is the fully story, why is there a refmap (I think this only remaps the refmap) entry for Object.equals? Does this fall over elsewhere? Adding remap = false did not help apparently, making things even more confusing 🤔
When a dependency targets a method on Object such as:
@At(value = "INVOKE", target = "Ljava/lang/Object;equals(Ljava/lang/Object;)Z")
MixinIntermediaryDevRemapper throws an NPE when checking if the super name starts with
java/
.Loader can easily handle this better but im not convinced this is the fully story, why is there a refmap (I think this only remaps the refmap) entry for Object.equals? Does this fall over elsewhere? Adding
remap = false
did not help apparently, making things even more confusing 🤔See discussion on discord: https://discord.com/channels/507304429255393322/807617700734042122/1049744449380548608
The text was updated successfully, but these errors were encountered: