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

Replace summonOption with summonFrom #351

Merged
merged 1 commit into from
Oct 11, 2021

Conversation

joroKr21
Copy link
Contributor

@joroKr21 joroKr21 commented Oct 8, 2021

summonOption generates both branches and resolves at runtime.
summonFrom resolves at compile time and generates only one branch.

`summonOption` generates both branches and resolves at runtime.
`summonFrom` resolves at compile time and generates only one branch.
@adamw adamw merged commit 7887fdd into softwaremill:scala3 Oct 11, 2021
@adamw
Copy link
Member

adamw commented Oct 11, 2021

Thanks! :)

@joroKr21 joroKr21 deleted the summon-option branch October 11, 2021 11:05
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.

3 participants