-
Notifications
You must be signed in to change notification settings - Fork 101
Allow JuliaFormatter v2 #433
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
base: master
Are you sure you want to change the base?
Conversation
CompatHelper seems to be disabled here?
From the logs it looks like CompatHelper does not check
|
Apparently there is an open PR JuliaRegistries/CompatHelper.jl#502 related to also check test dependencies. |
@simonschoelly , for my packages I have switched away from using extras and rather using a sub Project.toml for the tests. I believe that started being supported somewhere around the julia 1.3ish era. If you are ok with it, I can go ahead and split the Project.toml's extras into a This would have "accidentally" fixed the current issue, as usually there are no compat bounds for |
|
I don't have an opinion on that - if you think we should try that out, why not? Although I am not sure that JuliaFormatter is purely for testing - some people might also use it as a precommit hook for git - then they would have to activate the testing environment? |
All of this is all well and good, but in the meantime, could we unblock JuliaFormatter v2 from downstream? The only test failure here is formatter error, want me to reformat the whole package or someone else? |
I am not sure how I can add something to your PR - so the changes are here: #435 |
check #436 for potentially a simpler and quicker alternative |
CompatHelper seems to be disabled here?