Mumfrey

Results 99 comments of Mumfrey

I see exactly what you're trying to do and it's absolutely not a bad use-case. Neither of the proposed solutions are awful either so I will address each: > Ideally,...

That's true. Even if you didn't know whether the specific failed mixins were "relevant" to a particular crash, you could include the failed list in crash reports for example.

Ah yes. The requirement is because the mappings require the descriptor in order to locate the obfucation mapping. There are two things I think can be done to work around...

I'll consider this a documentation issue since this is absolutely the intended behaviour, field initialisers in mixins are a powerful feature that can actually be used to do some cool...

Sure thing, improving auditing in general would probably be a bonus.

Ok I will take a look into this. The problem with the FML agent is obviously that it's tightly-coupled to the structure of forge and thus if any internal changes...

Not currently, though this is a good idea. It could actually be done in a similar way to how `@ModifyArgs` is done vs. `@ModifyArg`. Effectively adding a new `@ModifyVariables` which...