Chen Liang
Chen Liang
Thanks for pointing that to me. I see it is done in `LambdaFormInvokers::regenerate_holder_classes` now. Everything looks good.
My main concern is that we need a straightforward way to convey its property as ser/deser based on the type of the object. Of course, mentioning that the type is...
What prevents the renames is enigma's check system. So most of the time we indeed can name both the root class Codec and children class Codecs `CODEC` without problems (except...
Uh, I mean, now `Registry` is an instance of `Codec`. So, for instance, you are calling the [dispatch](https://github.com/Mojang/DataFixerUpper/blob/e843dac1eb96af7b86b1e11165afeca7caffb7e6/src/main/java/com/mojang/serialization/Codec.java#L324) on a registry of rule test type. You have code like `Codec...
So I now support `REGISTRY_CODEC`. The requirement for the type to be in the registry is crucial for the codec to work, as opposed to subclass codecs that can accept...
Mind post how they don't pair?
@justin-curtis-lu Do you want a final round of review?
Testing: tier 1-3 on linux-x64 finished clear.
The vector support prototype was last updated 5 months ago. makePrivateBuffer introduces significant complexity into core library code and JVM. Besides this complexity, the vector prototype also introduces "multifield", which...