mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-13 19:27:46 -04:00
ae9bd74eca
# Description of Changes We've been unable to get scheduled procedures into the initial release of procedures due to a nondeterministic hang in some of our tests which we don't have time to debug. As such, this commit disables scheduled procedures by: - Changing the `RawModuleDevV9` validator to reject scheduled procedures. - Changing the Rust bindings library's typechecking magic so that scheduled table annotations referencing procedures will cause a type error. - Removes some docs from the Rust bindings library which reference scheduled procedures. # API and ABI breaking changes N/a # Expected complexity level and risk 1 # Testing Automated tests should be sufficient. Prior to merging #3774 , CI for this branch merged with master failed in the intended way: modules which attempted to define scheduled procedures failed to typecheck.