CompatHelper.jl
CompatHelper.jl copied to clipboard
check "extras" not just "deps" ?
would it make sense to check everything that's in "compat", not just the subset that's also listed in "deps"? the stuff in "extras" seems not to be checked. see https://github.com/GiovineItalia/Compose.jl/issues/374
Hello, is there anything I can bump/help with to get this implemented?
I think with #458, a single-line change to loop over ["deps", "weakdeps", "extras"] instead of just ["deps", "weakdeps"] would resolve this issue.
yeah looks like that's it. I'll try to open another PR when #458 gets merged. (Not sure if adding more stuff to that PR would be good)
I agree. Also, for [extras], people may want the ability to opt out of updating that particular section's compats (similar to how they currently need to opt in to test/Project.toml being updated)