JuliaGizmos / Interact.jl

Interactive widgets to play with your Julia code
Other
522 stars 77 forks source link

Updated Reexport compat #398

Closed yha closed 2 years ago

yha commented 3 years ago

The current compat entry seems to block Reexport version 1 for some reason.

halleysfifthinc commented 2 years ago

Bump @shashi . Can this be merged and a release tagged?

mkitti commented 2 years ago

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

halleysfifthinc commented 2 years ago

This is a PR which adds a compat entry for Reexport version 1. What isn't there to merge?

mkitti commented 2 years ago

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"
mkitti commented 2 years ago

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

piever commented 2 years ago

Superseded by #399