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.
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 ofmod.rs
so that it doesn't require codeowner review.API and ABI breaking changes
No code changes.
Expected complexity level and risk
1
Testing
generate/rust.rs
no longer requires codeowner approval: https://github.com/clockworklabs/SpacetimeDB/pull/1887generate/mod.rs
still requires codeowner approval: https://github.com/clockworklabs/SpacetimeDB/pull/1888