Skip to content

Overhaul the execution graph API. - #986

Open
qubyte wants to merge 1 commit into
mainfrom
execution-graph-overhaul
Open

Overhaul the execution graph API.#986
qubyte wants to merge 1 commit into
mainfrom
execution-graph-overhaul

Conversation

@qubyte

Copy link
Copy Markdown
Owner

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
qubyteforce-pushed the execution-graph-overhaul branch from 05c4fa8 to 74a4b19CompareMay 5, 2024 20:43
@qubyte
qubyteforce-pushed the execution-graph-overhaul branch from 74a4b19 to 0833d17CompareMay 5, 2024 20:46
Sign up for freeto 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.

1 participant

@qubyte