-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
latest release (v0.8.6) broke Blink master #317
Labels
Comments
If it's easy to fix, that's great, and hopefully we can just re-release If it's not easy to fix, can we just revert the changes in |
1 task
NHDaly
added a commit
to NHDaly/Blink.jl
that referenced
this issue
Jul 22, 2019
WebIO v0.8.6 broke Blink, so we're downgrading to 0.7 for now. More info on this issue, here: JuliaGizmos/WebIO.jl#317
NHDaly
added a commit
to JuliaGizmos/Blink.jl
that referenced
this issue
Jul 23, 2019
* Switch to .toml files for new Pkg3 Registry process - Add Project.toml, Manifest.toml - Remove REQUIRE Directly converted our version specifications from the REQUIRE file (ie kept them as their corresponding `>=` meaning. * Remove Manifest.toml from git repo * Bump Blink version to `0.11`, update compat version requirements * Fix .travis file now that we have a Project.toml * Tightened deps to be caret-specifiers of working versions WebIO v0.8.6 broke Blink, so we're downgrading to 0.8.0-0.8.5 for now. More info on this issue, here: JuliaGizmos/WebIO.jl#317 * Update WebIO compatability to [0.8.0 - 0.8.5]
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The bug
It looks like the latest release of WebIO to
v0.8.6
(JuliaRegistries/General#1473) broke Blink on master:https://travis-ci.org/JunoLab/Blink.jl/builds/553312986
Context
As you can see in this comment, upgrading to the new version of WebIO caused the issue:
JuliaGizmos/Blink.jl#202 (comment)
And downgrading to a previous version fixes it:
For completeness, here is the complete manifest info from the Travis output:
CC: @travigd
The text was updated successfully, but these errors were encountered: