clockworklabs / SpacetimeDB

Multiplayer at the speed of light
https://spacetimedb.com
Other
4.41k stars 110 forks source link

Remove CODEOWNERS from CLI codegen #1886

Closed bfops closed 1 month ago

bfops commented 1 month ago

Description of Changes

I removed CODEOWNERS for the generate/ subdirectory of the CLI code, since this logic is pretty separate from the rest of the CLI.

However I keep the codeowners on generate/mod.rs because this includes the "interface" itself. I'm fine with somebody moving more code-generation code out of mod.rs so that it doesn't require codeowner review.

API and ABI breaking changes

No code changes.

Expected complexity level and risk

1

Testing