CompatHelper: bump compat for DataStructures to 0.19, (keep existing compat)#959
Conversation
7f37642 to
2d2bfcb
Compare
|
JuliaCollections/SortingAlgorithms.jl#101 is blocking on |
|
I assume the problem is that the So I suspect this is an upstream issue of the implementation of The simple workaround for the time being: Reopen separate non-CompatHelper PRs with the version update... |
|
@DilumAluthge are you aware of this issue with |
|
Yeah, force_latest_compatible_version will force the latest version that is compatible with the package compat entry; there's no logic to relax that restriction if the latest version is not compatible with older Julia versions. |
|
I opened a bug report: JuliaLang/Pkg.jl#4349 |
This pull request changes the compat entry for the
DataStructurespackage from0.10, 0.11, 0.12, 0.13, 0.14, 0.17, 0.18to0.10, 0.11, 0.12, 0.13, 0.14, 0.17, 0.18, 0.19.This keeps the compat entries for earlier versions.
Note: I have not tested your package with this new compat entry.
It is your responsibility to make sure that your package tests pass before you merge this pull request.