Skip to content
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

Overhaul the execution graph API. #986

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

qubyte
Copy link
Owner

@qubyte qubyte commented May 4, 2024

There's still more to do here. I think I can drop using string names completely, and have graph nodes directly refer to each other by reference. The GraphNode context could be populated with the names and resolved return values of its dependencies. It's probably possible to fully type everything this way with only JSDoc annotations.

@qubyte qubyte force-pushed the execution-graph-overhaul branch from 05c4fa8 to 74a4b19 Compare May 5, 2024 20:43
@qubyte qubyte force-pushed the execution-graph-overhaul branch from 74a4b19 to 0833d17 Compare May 5, 2024 20:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant