-
Notifications
You must be signed in to change notification settings - Fork 5
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
Create CompatHelper.yml #96
Conversation
Next step is to use CompatDevTools.jl to generate first compat entries. |
78e6d94
to
1891ea5
Compare
|
||
[compat] | ||
ClimaCore = "0.10" | ||
DocStringExtensions = "0.9" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
v0.9 necessary to use @template
with parametric types, however Documenter.jl is not compatible with this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This has been resolved as of Documenter v0.27.22
1891ea5
to
2f6da85
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code changes look fine to me, can you maybe just comment where the compat yaml was taken from?
CompatHelper.yml copied from CompatHelper.jl |
40459df
to
c8ec38f
Compare
bors r+ |
PULL REQUEST
Purpose and Content
Add compat entries in Project.toml and CompatHelper workflow to maintain these.
Benefits and Risks
Automates the maintenance of dependency compatibility.
Linked Issues
Addresses #73
PR Checklist