Skip to content
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

support n flows to with-redefs #133

Merged
merged 2 commits into from
Jul 30, 2020
Merged

support n flows to with-redefs #133

merged 2 commits into from
Jul 30, 2020

Conversation

dchelimsky
Copy link
Contributor

@dchelimsky dchelimsky commented Jul 30, 2020

Before you could only pass one flow to with-redefs, which often required wrapping multiple flows. Now that is done for us:

(state-flow.labs.state/with-redefs [<sym> <redef>]
  (flow "one flow" ...)
  (flow "another flow" ...))

@dchelimsky dchelimsky requested a review from a team July 30, 2020 17:37
@dchelimsky dchelimsky marked this pull request as ready for review July 30, 2020 17:37
@dchelimsky dchelimsky merged commit 34e0899 into master Jul 30, 2020
@dchelimsky dchelimsky deleted the with-redefs-with-n-flows branch July 30, 2020 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants