Conversation
benegee
left a comment
There was a problem hiding this comment.
Thanks @JoshuaLampert for taking care!
|
Hm... Downgrade failing, which had not been triggered in #108 . Do you understand what exactly is "Unsatisfiable" here? |
|
I have seen that in P4est.jl, too. I'll investigate. |
|
Ok, I have an idea why downgrade failed. It's related to v2.2.1 of the downgrade compat action, where I changed the default julia version Resolver.jl uses. Previously, the default was v1.10 and I changed it to version of the current runtime, which fixed some issues. However, this means Resolver.jl now ran with julia v1.9, which apparently led to some problem with Resolver.jl I do not fully understand. I suggest to just run Downgrade on julia v1.10 since it is the LTS anyway. |
|
@benegee Please do not merge spell checker updates if the corresponding CI job fails. |
|
Should be fixed by julia-actions/julia-downgrade-compat#42. |
|
Ok, the Downgrade action is fixed and a new version released. Tests pass again. |
|
Thanks a lot, Joshua! |
The typos CI check in #108 failed after the update. This should fix it again by making an exception for "iz", which is used as a variable name.