Josiah Glosson

Results 39 issues of Josiah Glosson

## Is your feature request related to a problem? Please describe. String templates currently will decompile into the string concats they're desugared into. ## Describe the solution you'd like If...

enhancement
Subsystem: Writing
Priority: Low

Unpick's command-line can become too long for Windows to handle if the project has a lot of dependencies. This can be fixed with either an argsfile or a JAR used...

If a language provider isn't present, an errors list is created and passed to the sorter. https://github.com/neoforged/FancyModLoader/blob/9b239e3414695ee2ab49ad6cc9aa96484db456de/loader/src/main/java/net/neoforged/fml/loading/moddiscovery/ModValidator.java#L99-L104 However, `ModSorter.sort` completely ignores its second argument, leading to missing language providers (`modLoader`s)...

bug

MixinExtras is on its way to become a standard within Mixin circles, and it would be handy if people coming to ClassTransform from Mixin could use the MixinExtras annotations they...

Having IntelliProcessor enabled breaks Optimize Imports, even in projects without the preprocessor.

Sometimes, especially in imports, `#if` directives may be nested. Example: ```java //#if FABRIC import net.fabricmc.api.ClientModInitializer; import net.fabricmc.loader.api.FabricLoader; //#if MC >= 1.18.2 import dev.isxander.mainmenucredits.MainMenuCredits; import dev.isxander.mainmenucredits.config.MMCConfig; import dev.isxander.mainmenucredits.config.MMCConfigEntry; import io.github.gaming32.worldhost.gui.OnlineStatusLocation; //#endif...

### Is your suggested enhancement related to a problem? Please describe. Forge and NeoForge support changelogs in their `update.json` files. Labrinth's generated `forge_update.json` files do not include this information. ###...

enhancement

## Vineflower version 1.10.1 ## Describe the bug Non-static classes can extend non-static inner classes. The syntax to pass the outer class instance is `outerClassInstance.super()`. Javac inserts a null check...

bug

## Problem Vanilla's resource reloaders are constructed anew on each reload get access to some context, notably the parameters to `DataPackContents`. Since 1.20.5, I need access to the `RegistryWrapper.WrapperLookup` for...