We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I am seeing a warning being thrown when running test/blink-tests.jl:
test/blink-tests.jl
┌ Warning: `WebIO.register_renderable(Type)` is deprecated; use the `@WebIO.register_renderable Type` macro instead.
julia> import Pkg; Pkg.status("WebIO") Status `~/.julia/environments/v1.3/Project.toml` [0f1e0344] WebIO v0.8.13
julia> versioninfo() Julia Version 1.3.0 Commit 46ce4d7933 (2019-11-26 06:09 UTC) Platform Info: OS: macOS (x86_64-apple-darwin19.0.0) CPU: Intel(R) Core(TM) i5-2467M CPU @ 1.60GHz WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-6.0.1 (ORCJIT, sandybridge)
I am seeing this on 'master' when I run julia $test - I checked the other tests and they do not have issues.
julia $test
The text was updated successfully, but these errors were encountered:
Closed by #376. Thanks!
Sorry, something went wrong.
No branches or pull requests
Hello,
I am seeing a warning being thrown when running
test/blink-tests.jl
:Context
I am seeing this on 'master' when I run
julia $test
- I checked the other tests and they do not have issues.The text was updated successfully, but these errors were encountered: