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

Fix #34 for Julia 1.0. #35

Merged
merged 1 commit into from Mar 3, 2021
Merged

Fix #34 for Julia 1.0. #35

merged 1 commit into from Mar 3, 2021

Conversation

englhardt
Copy link

The recent PR #34 started using the isnothing function which is not available in Julia 1.0. Thus, the build currently fails for 1.0.
This PR avoids the helper by using the === nothing syntax.

Alternatively, one could bump the minimum required Julia version to 1.1 which introduced isnothing but I don't see a reason to drop LTS 1.0 support for such a small thing.

@lwabeke lwabeke merged commit 2a8cdf5 into lwabeke:master Mar 3, 2021
@englhardt englhardt deleted the fix-j1.0 branch March 3, 2021 13:40
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.

None yet

2 participants