-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New flowz model that incorporates Behaviors, Steps, and Flowz (#87)
* Step changes * Try and get Steps to respect the passed in state * Rename Step to Stage to start new effort * More renaming * Shuffling things so we can work on new design of Step and Stage * Towards recursion schemes * Embracing the use of Behaviors * Trying to expand on Behavior type * Behavior related updates * Continue building out Behavior * Continued build out of the Behavior type * Refining behavior and flow usage * Refining the definition of behavior * Refining the definition of behavior * Clear out quite a bit of the prior art * Add some docs and a comment about the changing API * working on flow execution: * Setup the structure for flow execution * Flow execution and Instrumentation * More work on instrumentation and properties * Prepping to change the definition of a Behavior * expanding behavior * Add more operators and constructors to Behavior * Support up to an arity of 8 for mapN and mapParN * Change Behavior to be Step... * Change Behavior to be Step... * Additional renames * Add the ability to instrument tests * Move experimental and not fully baked items into the experimental package
- Loading branch information
1 parent
df6fc33
commit bbe052f
Showing
78 changed files
with
2,673 additions
and
1,772 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.9.3 | ||
0.9.5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.