-
Notifications
You must be signed in to change notification settings - Fork 677
Removing1.5.0 DLLs #4100
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
Removing1.5.0 DLLs #4100
Conversation
…d NuGet packages
Co-authored-by: John Detter <4099508+jdetter@users.noreply.github.com> Signed-off-by: Ryan <r.ekhoff@clockworklabs.io>
|
/update-llm-benchmark |
LLM Benchmark Results (ci-quickfix)
Compared against master branch baseline Generated at: 2026-01-23T06:31:32.356Z Failure Analysis (click to expand)Benchmark Failure AnalysisGenerated from: Summary
Analysis of SpacetimeDB Benchmark FailuresRust / rustdoc_json FailuresCompile/Publish ErrorsGeneral SummaryMost compile errors stem from mismatches in API usage and missing expected types or attributes. The errors are largely due to differences in function signatures, missing 1. t_002_scheduled_table and t_017_scheduled_columns
2. t_019_many_to_many
Other Failures3. t_003_struct_in_table
4. t_007_crud
5. t_020_ecs
Rust / docs FailuresTimeout IssuesGeneral RecommendationTimeout issues are typically indicative of unhandled conditions or long-running operations. Documentation should provide insights or examples about optimizing queries and timing-related operations. C# / docs Failures1. t_007_crud
This structured analysis provides actionable insights to correct the issues highlighted in the SpacetimeDB benchmark failures. Addressing these recommendations can facilitate smoother integration and development using SpacetimeDB. |
Signed-off-by: Ryan <r.ekhoff@clockworklabs.io>
Co-authored-by: Zeke Foppa <196249+bfops@users.noreply.github.com> Signed-off-by: Ryan <r.ekhoff@clockworklabs.io>
bfops
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM if it's passing tests!
Description of Changes
Removes 1.5.0 DLLs from repo
API and ABI breaking changes
Unity will complain locally until you regenerate the DLLs
Expected complexity level and risk
1 - Trivial
Testing