DevTools.jl icon indicating copy to clipboard operation
DevTools.jl copied to clipboard

does not precompile (v0.5)

Open JeffreySarnoff opened this issue 7 years ago • 3 comments

using DevTools INFO: Precompiling module DevTools. WARNING: both Requires and Lazy export "@init"; uses of it in module BlinkDisplay must be qualified ERROR: LoadError: LoadError: LoadError: UndefVarError: @init not define

JeffreySarnoff avatar Oct 14 '16 04:10 JeffreySarnoff

bump

musm avatar Apr 01 '17 21:04 musm

I am getting this same problem on the following config:

Julia Version 0.6.0 Commit 903644385b (2017-06-19 13:05 UTC) Platform Info: OS: macOS (x86_64-apple-darwin13.4.0) CPU: Intel(R) Core(TM) i7-6567U CPU @ 3.30GHz WORD_SIZE: 64 BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Haswell) LAPACK: libopenblas64_ LIBM: libopenlibm LLVM: libLLVM-3.9.1 (ORCJIT, skylake)

eduardomontes avatar Jun 25 '17 18:06 eduardomontes

It looks like this package is out of date. It no longer works with julia v0.6.

There are several things that need to be updated for it to work. At least some are:

  • [ ] fix the above mentioned uses of @init (maybe import Lazy.@init directly).
  • [ ] LineInfo has been deleted from Base.Profile. This infrastructure for the profiler needs to be updated to use StackFrame.
  • [ ] writemime has been deleted.

NHDaly avatar Dec 23 '17 03:12 NHDaly