Skip to content
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

test/blink-tests.jl still using WebIO.register_renderable(Type) #375

Closed
polloparatodos opened this issue Dec 30, 2019 · 1 comment
Closed

Comments

@polloparatodos
Copy link
Contributor

Hello,

I am seeing a warning being thrown when running test/blink-tests.jl:

┌ Warning: `WebIO.register_renderable(Type)` is deprecated; use the `@WebIO.register_renderable Type` macro instead.

Context

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.

@twavv
Copy link
Member

twavv commented Jan 1, 2020

Closed by #376. Thanks!

@twavv twavv closed this as completed Jan 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants