tiny-remapper icon indicating copy to clipboard operation
tiny-remapper copied to clipboard

Improve mixin remapping errors:

Open modmuss50 opened this issue 2 years ago • 0 comments

From: https://discord.com/channels/507304429255393322/592749519171616796/1194283689757134919

[WARN] [MIXIN] Cannot remap <method> because it does not exists in any of the targets [<class>]

does not state what mixin the error originates from. With the mixin AP it was:

<path>/<file>.java:<line>: warning: Unable to determine descriptor for @Inject target method
        @Inject(at = @At("HEAD"), method = <method>)

At the very least tiny remapper should include the mixin name.

modmuss50 avatar Jan 09 '24 14:01 modmuss50