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

feat: 🎸 lazy conditionals #6

Merged
merged 2 commits into from
Aug 12, 2019
Merged

feat: 🎸 lazy conditionals #6

merged 2 commits into from
Aug 12, 2019

Conversation

joscha
Copy link
Owner

@joscha joscha commented Aug 12, 2019

This adds a feature that allows conditionals to accept a generator
function for <thing> instead of <thing> itself. This generator function
is only called once <thing> is requested, allowing the code to generate
the conditional step or pipeline to be lazily evaluated.

Closes: #5

This adds a feature that allows conditionals to accept a generator
function for <thing> instead of <thing> itself. This generator function
is only called once <thing> is requested, allowing the code to generate
the conditional step or pipeline to be lazily evaluated.

Closes: #5
@joscha joscha merged commit c3bbf63 into master Aug 12, 2019
@joscha joscha deleted the joscha/lazy-conditionals branch August 12, 2019 15:32
@joscha
Copy link
Owner Author

joscha commented Aug 12, 2019

🎉 This PR is included in version 1.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Conditionals should be lazy
2 participants