-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix declaration order of ScheduleAt in C# #2007
Conversation
Hm this doesn't look right. It seems it's Rust that is wrong here as C# implemented the enum according to the spec: https://github.com/clockworklabs/SpacetimeDBPrivate/blob/592a34c0cb82d587843d2b2309b824e94c035d26/proposals/0005-timers.md?plain=1#L82 Or, I guess, we can do this PR, but then we need to change the spec as well. |
Ah whoops. I think it's probably easier to change the spec at this point as it's less of a breaking change. |
6b075f8
to
62cbd07
Compare
Co-authored-by: Tyler Cloutier <cloutiertyler@aol.com>
Co-authored-by: Tyler Cloutier <cloutiertyler@aol.com>
And add some tests to sdk-test-cs. This was causing
ScheduleAt
to not get recognized by the schema validation code.These tests don't fully exercise scheduling/indexes yet, but at least they check if they compile & are accepted by the host.
Expected complexity level and risk
0
Testing
Added tests.