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

Support Compat@4 #98

Merged
merged 1 commit into from
May 23, 2022
Merged

Support Compat@4 #98

merged 1 commit into from
May 23, 2022

Conversation

devmotion
Copy link
Contributor

This PR adds support for Compat >= 4. In 4.0.0 many dependencies were removed by dropping support for Julia < 1.6.

It seems CompatHelper does not create PRs for Compat@4 currently (same happened in e.g. CRC). I wonder if the problem is that CompatHelper pulls in Compat@3, possibly due to its dependency on Mocking. So possibly updating Mocking will resolve the issue.

@codecov
Copy link

codecov bot commented May 23, 2022

Codecov Report

Merging #98 (f9a152c) into master (9e93c88) will decrease coverage by 0.62%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master      #98      +/-   ##
==========================================
- Coverage   84.09%   83.46%   -0.63%     
==========================================
  Files           6        6              
  Lines         132      127       -5     
==========================================
- Hits          111      106       -5     
  Misses         21       21              
Impacted Files Coverage Δ
src/expr.jl 100.00% <0.00%> (ø)
src/patch.jl 100.00% <0.00%> (ø)
src/dispatch.jl 100.00% <0.00%> (ø)

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 9e93c88...f9a152c. Read the comment docs.

Copy link
Member

@oxinabox oxinabox left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@oxinabox oxinabox merged commit 1eb1e7f into JuliaTesting:master May 23, 2022
@devmotion devmotion deleted the patch-1 branch May 23, 2022 10:58
@giordano
Copy link

Can we please have a new release including this PR? This package is still holding back Compat.

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