Open dlfivefifty opened 5 years ago
Just ran into this issue while trying to use BlockBandedMatrices
. I think it's pretty serious, since it leads to packages failing for no visible reason.
@StefanKarpinski and co., is there someone to whom we can assign this?
What you claim in the [compat]
section is now accepted verbatim.
So should I make PRs to fix previous versions?
Sure, all you have to do is edit the files as appropriate and make a PR 👍
See discussion https://github.com/JuliaLang/Pkg.jl/issues/1177#issuecomment-487203266
It sounds like its a bug in Registrator.jl where, for example,
BlockArrays = "0.8"
got translated toBlockArrays = "0.8-0"
which allows the incompatibleBlockArrays = "0.9"
.