Josiah Glosson

Results 51 issues of Josiah Glosson

The decompilation: ```java @SafeVarargs static HolderSet.Direct direct(Holder... var0) { return new HolderSet.Direct(List.of(var0)); HolderSet.Direct var10000 = new HolderSet.Direct; Holder[] var10002 = var0; int var10003 = 0; while(var10003 < var10002.length) { var10003...

Type: Bug
Subsystem: Statement Structure
Priority: High

This occurs in Mixin's embedded Gson implementation. QuiltFlower 1.10.0-20230429.222726-81 ```java TypeAdapter var10; try { Gson.FutureTypeAdapter call = new Gson.FutureTypeAdapter(); threadCalls.put(type, call); Iterator i$ = this.factories.iterator(); TypeAdapter candidate; do { if...

Type: Bug
Subsystem: Statement Structure
Priority: Medium

This can produce some *very* invalid code. [test.jar](https://github.com/QuiltMC/quiltflower/files/9909433/test.zip)

Type: Enhancement
Subsystem: Writing
Priority: Low

Here's an example: ```java private Sprite1() { super("Sprite1"); super.costume = 0; super.volume = 100.0; super.layerOrder = 1; super.x = 0.0; super.y = 0.0; super.size = 100.0; super.direction = 90.0; super.draggable...

Type: Bug
Subsystem: Writing
Priority: Medium
Subsystem: Variables

Access wideners were not being applied during remapping. This caused crashes with some mods (notably Biome O' Plenty) where an overriding method wouldn't get remapped because the `extendable` wasn't seen...

### What happened? When I attempt to go through a gateway, it always "fails to teleport" me. I did generate the gateways with `/place feature`. Quilt: 0.17.8 Modpack: [Wild Liminal](https://modrinth.com/modpack/wild-liminal)...

bug

**What is your use-case and why do you need this feature?** I have a situation where I need the type arguments of an object to construct my custom serializer, but...

feature

If you use `@Shadow` on a field that starts with `L` with refmap remapping, the `L` will get dropped. This can be seen by depending on Create: Steam n' Rails...

This would allow conditions instead of `MC

https://github.com/QuiltMC/quilt-standard-libraries/pull/229