Skip to content

Run integration tests on latest stable julia release #454

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

Merged
merged 1 commit into from
Sep 10, 2021

Conversation

oxinabox
Copy link
Member

1.5 is old.
Some of our downstream doesn't support it as well.
E.g. ChainRules.jl only promises that things will pass the type inference checks on the latest release.
Which currently our reverse dep test fail because they are testing 1.5 where the ChainRules.jl tests fail at inference.
We could disable those inference tests, but we actually don't want to, since if a ChainRulesCore change breaks inference in ChainRules.jl then we want to know about it.

@codecov-commenter
Copy link

codecov-commenter commented Sep 10, 2021

Codecov Report

Merging #454 (97161da) into master (3b46ac5) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #454   +/-   ##
=======================================
  Coverage   92.88%   92.88%           
=======================================
  Files          14       14           
  Lines         787      787           
=======================================
  Hits          731      731           
  Misses         56       56           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3b46ac5...97161da. Read the comment docs.

@oxinabox oxinabox merged commit 5f13e0a into master Sep 10, 2021
@oxinabox oxinabox deleted the ox/intteststab branch September 10, 2021 11:55
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