JuliaGizmos / CSSUtil.jl

Other
11 stars 6 forks source link

Deprecation warnings #14

Closed BeastyBlacksmith closed 4 years ago

BeastyBlacksmith commented 4 years ago

I get the following

WARNING: Compat.Sockets is deprecated, use Sockets instead.
  likely near /home/christ@mpikg.local/.julia/packages/WebIO/2mZPb/src/scope.jl:17
WARNING: Compat.Markdown is deprecated, use Markdown instead.
  likely near /home/christ@mpikg.local/.julia/packages/CSSUtil/XRQFp/src/CSSUtil.jl:4
WARNING: Compat.Markdown is deprecated, use Markdown instead.
  likely near /home/christ@mpikg.local/.julia/packages/CSSUtil/XRQFp/src/CSSUtil.jl:6
versioninfo()
Julia Version 1.3.1
Commit 2d5741174c (2019-12-30 21:36 UTC)
Platform Info:
  OS: Linux (x86_64-pc-linux-gnu)
  CPU: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-6.0.1 (ORCJIT, nehalem)
BeastyBlacksmith commented 4 years ago

Can't find those lines, so probably already fixed.