-
-
Notifications
You must be signed in to change notification settings - Fork 413
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(SourceT): add fromConsumableActionStep that creates a StepT from… #1533
base: master
Are you sure you want to change the base?
feat(SourceT): add fromConsumableActionStep that creates a StepT from… #1533
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the patch!
LGTM, just a little bit of nitpicking.
0725a12
to
bf28f64
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems ready to land, modulo the hardest part: the name of your function :-)
I think I'm warming up to unfoldStep
.
Haha go for |
… an action that consumes some data
bf28f64
to
2947532
Compare
There you go, thanks for the review |
@giulioforesto The doctest isn't passing for me. Was this only meant as a hint/suggestion, or was it supposed to be actually be an executable doctest? |
… an action that consumes some data
Closes #1448