You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been getting errors on CI for a week or two that are related to PrettyTables (e.g. this log). I looked into it today, and I realized that the build step is pulling in PrettyTables at version 0.1.0 rather than its most recent. I believe this is due to a compat conflict after a recent versioning update of Reexport.jl over in simonster/Reexport.jl#23.
Currently, the compat entry in PrettyTables.jl is set to 0.2.0; maybe it should just be pulled up to 1.0.0? If you agree, I can make a PR (it would be nice to fix; I think this could break a good deal of CI for packages that depend on PrettyTables).
[I'm honestly not completely sure if the compat entry here is to blame; for instance, my test CI works fine with PrettyTables, but only breaks when combined with Documenter.jl; there's some conflict that that is causing PrettyTables.jl to be downgraded.]
The text was updated successfully, but these errors were encountered:
If your package doesn't work with older PrettyTables versions, why not add a lower bounds to Project.toml? At least that will make the dependency error happen earlier.
Allowing PrettyTables to use Requires 1.0 is a good idea anyway.
If your package doesn't work with older PrettyTables versions, why not add a lower bounds to Project.toml? At least that will make the dependency error happen earlier.
I've been getting errors on CI for a week or two that are related to PrettyTables (e.g. this log). I looked into it today, and I realized that the build step is pulling in PrettyTables at version 0.1.0 rather than its most recent. I believe this is due to a compat conflict after a recent versioning update of Reexport.jl over in simonster/Reexport.jl#23.
Currently, the compat entry in PrettyTables.jl is set to 0.2.0; maybe it should just be pulled up to 1.0.0? If you agree, I can make a PR (it would be nice to fix; I think this could break a good deal of CI for packages that depend on PrettyTables).
[I'm honestly not completely sure if the compat entry here is to blame; for instance, my test CI works fine with PrettyTables, but only breaks when combined with Documenter.jl; there's some conflict that that is causing PrettyTables.jl to be downgraded.]
The text was updated successfully, but these errors were encountered: