Ken Loeffler
Ken Loeffler
I'm noticing some inconsistency between the parameters of `ReflectionDatabase::superclasses` and `ReflectionDatabase::find_default_property`. `find_default_property` accepts a class descriptor, but `superclasses` takes a class name. It might be better if these were the...
It is a little weird how we that information duplicated... but maybe instead of adding the default value patches to all subclasses, we could change the way rbx_binary's serializer finds...
Downside: more overhead for inherited properties (especially if we eventually do move default property values into their respective classes), since this does multiple hashmap lookups for each inherited property
When you say "crash," do you mean the plugin will spin for a while, like in this issue #792? Or is something else going on?
I've noticed something similar with properties like `HumanoidDescription.BackAccessory`as well; the engine seems to reorder the entries when the property is set. Maybe there is some order they're respecting that we...
For people who already have a lot of experience with Rojo, the ability to stray from Roblox conventions is icing on the cake, but for first-time users, it's confusing. I've...