-
Notifications
You must be signed in to change notification settings - Fork 673
Templates naming standarization #4042
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
base: master
Are you sure you want to change the base?
Conversation
280f157 to
94723b7
Compare
…andarization # Conflicts: # .github/workflows/typescript-test.yml # templates/basic-ts/src/module_bindings/add_type.ts # templates/basic-ts/src/module_bindings/init_type.ts # templates/basic-ts/src/module_bindings/on_connect_type.ts # templates/basic-ts/src/module_bindings/on_disconnect_type.ts # templates/basic-ts/src/module_bindings/say_hello_type.ts # templates/react-ts/src/module_bindings/add_type.ts # templates/react-ts/src/module_bindings/init_type.ts # templates/react-ts/src/module_bindings/on_connect_type.ts # templates/react-ts/src/module_bindings/on_disconnect_type.ts # templates/react-ts/src/module_bindings/say_hello_type.ts
|
/update-llm-benchmark |
LLM Benchmark Results (ci-quickfix)
Generated at: 2026-01-15T16:50:45.748Z |
3d62ed8 to
7064eb7
Compare
|
/update-llm-benchmark |
abf3297 to
7642ca8
Compare
7642ca8 to
913d237
Compare
|
/update-llm-benchmark |
LLM Benchmark Results (ci-quickfix)
Compared against master branch baseline Generated at: 2026-01-20T13:07:38.079Z Failure Analysis (click to expand)Benchmark Failure AnalysisGenerated from: Summary
AnalysisAnalysis of SpacetimeDB Benchmark Test FailuresRust Failures1. Root Causes
2. RecommendationsDocumentation Files/Sections to Update
3. Priority
C# Failures1. Root Causes
2. RecommendationsDocumentation Files/Sections to Update
3. Priority
This orchestrated approach to refining documentation should significantly reduce the number of benchmark test failures in both Rust and C#, improving overall developer experience and efficiency in using SpacetimeDB. |
7af8ca0 to
b3cf89a
Compare
|
/update-llm-benchmark |
LLM Benchmark Results (ci-quickfix)
Compared against master branch baseline Generated at: 2026-01-21T11:42:04.144Z Failure Analysis (click to expand)Benchmark Failure AnalysisGenerated from: Summary
Analysis of SpacetimeDB Benchmark FailuresEach section below analyzes specific failures grouped by language and mode, providing code examples, expected results, explanations of differences, root causes, and actionable recommendations. Rust / rustdoc_json FailuresCompile/Publish Errors (3 failures)t_002_scheduled_table
t_016_sum_type_columns
t_017_scheduled_columns
Other Failures (4 failures)t_004_insert
t_007_crud
C# / docs Failures (5 total)Other Failures (5 failures)t_014_elementary_columns
This structured analysis highlights specific actionable insights that can be employed to clear up failure sources and enhance the documentation for better developer comprehensibility. |
|
/update-llm-benchmark |
LLM Benchmark Results (ci-quickfix)
Compared against master branch baseline Generated at: 2026-01-21T12:43:31.105Z Failure Analysis (click to expand)Benchmark Failure AnalysisGenerated from: Summary
Analysis of SpacetimeDB Benchmark Test FailuresRust / rustdoc_json FailuresCompile/Publish Errors (4 failures)Failure: t_002_scheduled_table
Failure: t_007_crud
Other Failures (5 failures)Failure: t_003_struct_in_table
Rust / docs Failures (22 failures)Compile/Publish Errors (1 failure)Failure: t_019_many_to_many
Timeout Issues (1 failures)
Root Cause Analysis: Recommendation: C# / docs Failures (4 total)Timeout Issues (1 failures)
Root Cause Analysis: Similar to Rust, unlikely efficient operations or heavy processing in the reducer function. Recommendation: Add performance optimization guidance regarding reducer implementations in the documentation. Other Failures (3 failures)Failure: t_014_elementary_columns
Summary of Documentation Recommendations
This structured approach will help prevent similar errors in the future and improve the clarity of the documentation overall. |
Description of Changes
This PR renames the templates to always use shorthand for the language, specify a framework (or console) if necessary, and shorten the naming in general
Expected complexity level and risk
1
Testing
I've tested generating templates manually