Mumfrey
Mumfrey
As EarthComputer says this is the intended behaviour, I think the confusion actually arises from the fact that Java has a weird contract for "default" values of annotations which is...
> I agree, it would have been completely intuitive if I didn't know anything about the JVM. As it is, I know just enough to be wrong: when I looked...
Ok I'll look into that.
There isn't a particularly straightforward way to entirely jump over a switch, however it would absolutely be possible to special-case redirect of `LOOKUPSWITCH` and `TABLESWITCH` so that a redirector could...
Correct, that would need the solution to this issue. However, if it's really that simple (or similar complexity) then you could potentially cheat using [`@ModifyVariable`](http://jenkins.liteloader.com/job/Mixin/javadoc/index.html?org/spongepowered/asm/mixin/injection/ModifyVariable.html) and just modify `i` to...
I've actually mentioned this a few times in the past but I don't think it's centralised anywhere so this is as good a place as any; basically the built-in injection...
How did you manage to create 3 commits for such a simple change?
Sounds like a neat idea. I'm currently heading out to Germany for a week for Gamescom and all my time on Mixin has been focused on the Java 9/ModLauncher update...
Obviously I'm biased here but personally as a "Mixin playground" I recommend making a simple litemod. 3 files is sufficient to get you running with mixins in a litemod, a...
Ah ok. Will look into that.