SpacetimeDB icon indicating copy to clipboard operation
SpacetimeDB copied to clipboard

Remove `BuiltinType` in favor of variants directly in `AlgebraicType`

Open Centril opened this issue 1 year ago • 1 comments

In other words, move all variants from BuiltinType to AlgebraicType and remove the former enum. This should make AlgebraicType smaller, hopefully.

Affects the BSATN encoding of AT so this is a breaking ABI change.

Centril avatar Apr 17 '24 17:04 Centril

SpacetimeDB part of this is https://github.com/clockworklabs/SpacetimeDB/pull/379.

Centril avatar Apr 17 '24 17:04 Centril