repoActionGraphscancel

478 Commits over 336 Days - 0.06cph!

10 Months Ago
Add `_isStatic` property for method call nodes
10 Months Ago
10 Months Ago
Display info formatting
10 Months Ago
10 Months Ago
Better ambiguous method binding handling
10 Months Ago
WIP refactor of method binding to better support overloads
10 Months Ago
10 Months Ago
Fix possible NRE on nested deserialization
10 Months Ago
10 Months Ago
Allow JSON converters to resolve node library on each call
10 Months Ago
10 Months Ago
Generate complete sub-graph before writing it to file
10 Months Ago
10 Months Ago
Basic sub-graph creation works
10 Months Ago
WIP subgraph creation from a set of nodes
10 Months Ago
Corrected VariableDependencyAnyReject test DispatchMode validation respects collapsing `nop` nodes
10 Months Ago
Removed links parameter from IActionGraph.Serialize(nodes) Sub-graph creation interface Collapse links through `nop` nodes Failing test involving `any` and `nop` nodes
10 Months Ago
Can call nested action graphs with output values
10 Months Ago
10 Months Ago
Fixed attempting to get value of input signals in graph nodes
10 Months Ago
Fixed action graphs without a primary output node
10 Months Ago
Action graph output value support More tests
10 Months Ago
10 Months Ago
Invoking nested expression graphs works
10 Months Ago
GraphNodeDefinition binding
10 Months Ago
10 Months Ago
Fixed IsTypeParameterRequired regression
10 Months Ago
10 Months Ago
WIP expression generation rewrite * To support expression nodes with multiple outputs * Make sure nodes are evaluated as few times as possible * Make sure output values are properly scoped / not overwritten WIP CallGraphNodeDefinition First pass of expression generation rewrite Fixed failing tests Some more work towards nested graphs Test for expression nodes being evaluated once per output event WIP expression graphs, output nodes More input / output node validation Basic UpdateInputOutputs support for expression graphs Test for expression graph creation / invocation Work on generating outer delegate for expression graphs Can now evaluate basic expression graphs Reachability validation hack for expression nodes
10 Months Ago
Reachability validation hack for expression nodes
10 Months Ago
Can now evaluate basic expression graphs
10 Months Ago
Work on generating outer delegate for expression graphs
10 Months Ago
Test for expression graph creation / invocation
10 Months Ago
Basic UpdateInputOutputs support for expression graphs
10 Months Ago
More input / output node validation
10 Months Ago
WIP expression graphs, output nodes
10 Months Ago
Test for expression nodes being evaluated once per output event
10 Months Ago
Some more work towards nested graphs
10 Months Ago
Fixed failing tests
10 Months Ago
First pass of expression generation rewrite
10 Months Ago
WIP expression generation rewrite * To support expression nodes with multiple outputs * Make sure nodes are evaluated as few times as possible * Make sure output values are properly scoped / not overwritten WIP CallGraphNodeDefinition
10 Months Ago
Fixed release builds
10 Months Ago
10 Months Ago
I give up, just include the PDB in the main package
10 Months Ago
10 Months Ago
Publish symbols to NuGet
10 Months Ago
10 Months Ago
Different strategy for injecting debug info
10 Months Ago
Some more tests Repro for "TryExpression is not supported as a child expression..." Give up on wrapping expression nodes with try/catch
10 Months Ago