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

Do not use isnothing for Julia 1.0 compat #274

Merged
merged 1 commit into from
Mar 8, 2023
Merged

Do not use isnothing for Julia 1.0 compat #274

merged 1 commit into from
Mar 8, 2023

Conversation

devmotion
Copy link
Member

#273 broke downstream tests, e.g., in AbstractFFTs, since it broke compatibility with Julia 1.0 (and maybe some other versions as well, I don't remember when isnothing was added).

This PR should fix it.

@devmotion
Copy link
Member Author

It seems it was not caught by CI since the Github action is disabled?

@devmotion devmotion closed this Mar 8, 2023
@devmotion devmotion reopened this Mar 8, 2023
@gaurav-arya
Copy link

Julia 1.0 should also be added to appropriate tests too, right? (BlockDiagonals.jl seems to support 1.0 and already has an integration test, so perhaps that integration test should run on 1.0 too?)

@devmotion
Copy link
Member Author

I re-enabled it and triggered it on this PR.

@gaurav-arya
Copy link

Okay, you are again ahead of me

@codecov
Copy link

codecov bot commented Mar 8, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change

Comparison is base (2fd4943) 93.65% compared to head (0cda2ab) 93.65%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #274   +/-   ##
=======================================
  Coverage   93.65%   93.65%           
=======================================
  Files          12       12           
  Lines         347      347           
=======================================
  Hits          325      325           
  Misses         22       22           
Impacted Files Coverage Δ
src/testers.jl 91.50% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@oxinabox
Copy link
Member

oxinabox commented Mar 8, 2023

Good catch.
I forgot we supported Julia 1.0

@oxinabox oxinabox merged commit f76f3fc into main Mar 8, 2023
@devmotion devmotion deleted the dw/isnothing branch March 8, 2023 14:52
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