Dom - #16
Merged
Merged
Conversation
- Updated the generated timestamp in route-substitution.json for tracking tier benchmarks. - Enhanced README.md in reflex-runtime with a link to the dynamic dependencies guide. - Bumped version of @volynets/reflex-runtime to 1.0.0 in package.json. - Refactored advance.ts to improve state management in advanceCore function. - Added dynamic dependencies guide documentation detailing semantics, graph structure, and benchmarks. - Updated version of @volynets/reflex to 1.0.0 in package.json. - Cleaned up unnecessary devDependencies in reflex package.json.
…performance benchmarks
…tion and improve dashboard rendering
…ated error messages - Updated state assertions to replace references of Invalid with Unknown in state-assertions.ts. - Modified error messages in shared.ts to reflect the change from invalid to unknown for root and source checks. - Adjusted model validation error message in model.ts to indicate unknown model values. - Renamed invalid action to unknown in reflex.model.test.ts. - Introduced a new example project for building a dashboard using the Reflex framework, including necessary configurations and scripts. - Implemented a terminal dashboard for build progress visualization in the new example project. - Added TypeScript definitions and shims for Node.js modules in the example project. - Enhanced terminal rendering capabilities with JSX-like syntax for better output formatting.
…er disposal validation
…nhance payload cycle handling
…recated debug.install.ts
- Introduced a new performance benchmarking script in `perf-tree/run.mjs` to measure various aspects of the reactive runtime, including read and write operations, recompute counts, and edge tracking. - Implemented multiple benchmark scenarios to evaluate the performance of computed values, watchers, and graph operations. - Added detailed metrics collection and reporting for each benchmark, including mean, median, and standard deviation of execution times. chore(architecture): enforce architecture contract checks - Created a script in `scripts/check-architecture-contract.mjs` to validate that core source files and production artifacts do not contain forbidden references. - The script checks for specific patterns in TypeScript files and production builds to ensure compliance with architectural guidelines. test(diagnostics): add tests for reactive runtime diagnostics tools - Developed unit tests in `runtime.diagnostics.dev.test.ts` to verify the functionality of diagnostics tools in the reactive runtime. - Tests cover graph state explanations, dependency tracking, and MCP tool publishing, ensuring that the diagnostics provide accurate and useful information.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.