Closed yha closed 3 years ago
Bump @shashi . Can this be merged and a release tagged?
There's nothing to merge... yet. The Reexport version 1 issue is due to https://github.com/JuliaRegistries/General/blob/60bdb5a38cb0be44a4c110129fd57fc3e4f81938/I/Interact/Compat.toml#L31
This is a PR which adds a compat entry for Reexport version 1. What isn't there to merge?
Sorry, I misread.
I'm working on a more extensive fix.
[compat]
CSSUtil = "0.1"
InteractBase = "0.10.1"
JSON = "0.18, 0.19, 0.20, 0.21"
Knockout = "0.1.3, 0.2"
Observables = "0.2.2, 0.3, 0.4"
OrderedCollections = "1"
Reexport = "0.2, 1"
WebIO = "0.3.1, 0.4, 0.6, 0.7, 0.8"
Widgets = "0.5, 0.6"
julia = "0.7, 1"
Here's my version of the PR that updates everything else (via PackageCompatUI.jl) and also starts the process of adding CompatHelper: https://github.com/JuliaGizmos/Interact.jl/pull/399
Superseded by #399
The current compat entry seems to block Reexport version 1 for some reason.