rojo-rbx / rbx-dom

Roblox DOM and (de)serialization implementation in Rust
MIT License
113 stars 46 forks source link

Update reflection database to v588 #344

Closed Dekkonot closed 1 year ago

Dekkonot commented 1 year ago

Like it says on the tin.

Dekkonot commented 1 year ago

We should probably develop a more reasonable strategy for diffing reflection databases. It seems like git might not be up to the task!

Dekkonot commented 1 year ago

I think I have a hypothesis based on the commit I just pushed: It doesn't know about new properties until a second run for whatever reason, so it can't store their defaults unless it's ran twice

this concerns me, but I think it's fine for now