repoActionGraphscancel

475 Commits over 274 Days - 0.07cph!

4 Days Ago
Fix compiling invalid async graphs
4 Days Ago
Fix TryGetActionGraphImplementation
4 Days Ago
Re-implement delegates with out parameters
9 Days Ago
Re-implement handling void task exceptions
9 Days Ago
Re-implement ActionGraph.InvokeAsync
9 Days Ago
Cache CompiledActionGraph.BuildDelegate<T>() Re-implement ActionGraph.Evaluate
10 Days Ago
Gradually connecting everything together again
16 Days Ago
WIP generate delegates that don't use dictionaries
24 Days Ago
24 Days Ago
Add BindingSurface.Node
25 Days Ago
25 Days Ago
Cache ExposedProperties
25 Days Ago
25 Days Ago
Make NodeBinding.FromMethodBase exceptions into binding errors
46 Days Ago
46 Days Ago
ParameterDefinitionExtensions.With order test, actual fix
46 Days Ago
46 Days Ago
ParameterDefinitionExtensions.With order fix
2 Months Ago
2 Months Ago
Add to cache on deserialize
2 Months Ago
2 Months Ago
Check cache even when deserializing full graphs
2 Months Ago
2 Months Ago
Expose parts of ActionGraphCache
2 Months Ago
2 Months Ago
Failing test for delegate type with multiple out parameters Expression graphs can implement delegates with multiple out parameters
2 Months Ago
2 Months Ago
Keep serialized properties in a consistent order
3 Months Ago
Control flow nodes inherit async from body signals
3 Months Ago
3 Months Ago
Input / output signals can be synchronous or async Got simple expression graphs working again, now with signals Automatically hook up input -> output signal for new expression graphs Fix version 7 upgrader Fix expression subgraphs Failing test for expression graph using async Use a dummy Signal type for all signal parameters Basic test for async in expression graphs Test for control flow async Control flow nodes inherit async from body signals
3 Months Ago
Test for control flow async
3 Months Ago
3 Months Ago
Basic test for async in expression graphs
3 Months Ago
Failing test for expression graph using async Use a dummy Signal type for all signal parameters
3 Months Ago
Automatically hook up input -> output signal for new expression graphs Fix version 7 upgrader Fix expression subgraphs
3 Months Ago
Input / output signals can be synchronous or async Got simple expression graphs working again, now with signals
3 Months Ago
3 Months Ago
Start using DisplayInfo.Hidden
3 Months Ago
3 Months Ago
Use ExposeWhenCachedAttribute instead of ITypeLoader.CanCache( Type )
3 Months Ago
3 Months Ago
Link.IsNestedInput ActionGraph delegates can override input values Define types that must be exposed during cached graph serialization
3 Months Ago
Define types that must be exposed during cached graph serialization
3 Months Ago
WIP
3 Months Ago
Link.IsNestedInput ActionGraph delegates can override input values
3 Months Ago
3 Months Ago
Link.TryGetConstant() / TryGetVariable()
3 Months Ago
3 Months Ago
Automatically remove unlinked nested nodes