rojo-rbx / rbx-dom

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

Remove erroring SecurityCapabilities lua coder/decoder #372

Closed kennethloeffler closed 11 months ago

kennethloeffler commented 11 months ago

It looks like this coder/decoder was introduced in imitation of some other types, but the other types that have erroring implementations either:

SecurityCapabilities exists on all instances so an erroring implementation is inappropriate and causes problems for Rojo as per rojo-rbx/rojo#802. I think we can just remove the lua encoder/decoder, like how UniqueId simply doesn't have them either.