userJames Kingcancel
branchActionGraphs/expression-rewrite-5cancel

42 Commits over 0 Days - ∞cph!

18 Days Ago
Add setter to IActionGraphDelegate.Defaults
18 Days Ago
Fix CacheForceLoadExposed test
18 Days Ago
Generate lambda names again
18 Days Ago
Test special case with upgrading any / all connected to nop nodes Implemented Version 9 upgrader
18 Days Ago
Test for upgrading any / all nodes
18 Days Ago
Re-implement void task exception handling
18 Days Ago
Make sure return values are actually returned
19 Days Ago
Fix exposed property regression Better test for void task exception handling Don't spam debug info in deserializing benchmarks
19 Days Ago
Rewrite compiling to match delegate signature Pass parameters directly instead of allocating a dictionary
19 Days Ago
Re-implement LinkTriggered event for debugging
19 Days Ago
Fix deserializing primary input / output signals
20 Days Ago
Re-implement GraphNodeDefinition
20 Days Ago
Fix all / any nodes involving tasks
20 Days Ago
Simplify async validation
20 Days Ago
Some cleanup Some work on any / all nodes Simpler variable assignment validation
20 Days Ago
Parameter flags rework, fix sorting nodes
21 Days Ago
Fix conditional expression branch evaluation Could be more efficient, but this is the correct behaviour
21 Days Ago
Better test for conditional nodes
21 Days Ago
Use dotnet 9 collection expressions
21 Days Ago
Test expressions not always being accessed WIP reimplement all / any nodes Fix conditional node test Add WhenAny expression helper WIP fix conditional expressions / auto inlining Bump format version before I forget
21 Days Ago
Update to dotnet 9 Only print scopes / expressions if EnableDebugLogging is true
21 Days Ago
Fix undefined output regressions
21 Days Ago
Fix inheriting async from outputs Output values can be constant expressions For much simpler expression trees
22 Days Ago
Handle no-op nodes when running output signals
23 Days Ago
Add names to lambdas
23 Days Ago
Implement async while
23 Days Ago
Get rid of SetBody, just return it Tast async while
23 Days Ago
Fix default for params arg
23 Days Ago
Fix some ContinueWith cases
24 Days Ago
Re-implement while node, expression reduction
24 Days Ago
Some helpers for writing node definitions
24 Days Ago
Reorganize node definitions
24 Days Ago
Fix GraphInputParameter test
24 Days Ago
Use intermediate locals for value passing More tests passing, simpler expression trees
24 Days Ago
Simplify serialization, get ready for directly reusable graphs # Conflicts: # Facepunch.ActionGraphs.Test/Serialization.cs # Facepunch.ActionGraphs.Test/Validation.cs # Facepunch.ActionGraphs/ActionGraph.Delegates.cs
24 Days Ago
Big rewrite to simplify code generation Re-implement OutputNodeDefinition.OnBuildExpression Test fixes, cleaner generated expression tree Fix evaluating exposed properties
24 Days Ago
Fix evaluating exposed properties
25 Days Ago
Re-implement OutputNodeDefinition.OnBuildExpression Test fixes, cleaner generated expression tree
25 Days Ago
WIP: ValueScope fleshed out WIP: Some graphs can run again
26 Days Ago
WIP
26 Days Ago
WIP: Building again
27 Days Ago
ExpressionBuilder -> LegacyExpressionBuilder WIP