-
Notifications
You must be signed in to change notification settings - Fork 479
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
Backports for 0.27.20 #1866
Merged
Merged
Backports for 0.27.20 #1866
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
mortenpi
force-pushed
the
mp/0.27.20
branch
2 times, most recently
from
July 7, 2022 01:19
eac4a84
to
7b31030
Compare
Relative to the original commit, to support Julia 1.0: * the call to isnothing() has been replaced with === nothing * a compatibility definition for addenv() has been added (cherry picked from commit f8ba5ce)
This is to support Julia 1.0 on this branch.
mortenpi
force-pushed
the
mp/0.27.20
branch
7 times, most recently
from
July 7, 2022 07:26
780292a
to
25d7fdb
Compare
Relative to the original commit, to support Julia 1.0: * !isnothing has been replaced with !== nothing * the shorthand kwarg syntax is not used in tests * deploydocs tests add a version check to work around an islink issue (cherry picked from commit 67bc100)
staticfloat
approved these changes
Jul 7, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Waiting for #1865.X-refs: #1844, #1846, #1842, #1847, #1856, #1861, #1862, #1865