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

Minor refacto around build options stuff #1488

Merged
merged 5 commits into from
Oct 24, 2022

Conversation

alexarchambault
Copy link
Contributor

No description provided.

The latter is useful when the passed argument may be null (Option(…)
returns None if it's null), and its use somehow implies that the
argument might be null, which is not the case here. Better use Some(…)
directly.
Which is a construct that might fail at runtime, while we can use more
secure things here, by typing things as Some[…] and calling Some#value
@alexarchambault alexarchambault merged commit 38f6240 into VirtusLab:main Oct 24, 2022
@alexarchambault alexarchambault deleted the nit-build-options branch October 24, 2022 11:52
@Gedochao Gedochao added the internal Internal or build-related changes label Oct 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal Internal or build-related changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants