-
Notifications
You must be signed in to change notification settings - Fork 31
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
AutoMerge: temporarily disable the "Require [compat]
for stdlib dependencies" feature"
#540
Conversation
…endencies" feature"
After we merge this PR (and make a new release of RegistryCI), we can deploy the latest version of RegistryCI to the General registry. |
apply_compat_requirement = !is_jll_name(name) | ||
else | ||
debug_msg = "Found a new (non-stdlib non-JLL) dependency: $(name)" | ||
apply_compat_requirement = !is_jll_name(name) && !is_julia_stdlib(name) |
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.
I don't think this function exists anymore, we'd need to restore it
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.
Indeed. Restored in 46b5d70
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.
lgtm!
* Upgrade to Documenter v1 * Update make.jl * Update Project.toml --------- Co-authored-by: Eric Hanson <[email protected]>
Follow-up to #516
Once we are ready to re-enable the "Require
[compat]
for stdlib dependencies" feature", we just need to change the following value fromfalse
totrue
:RegistryCI.jl/src/AutoMerge/guidelines.jl
Line 5 in d4f84b5