does not precompile (v0.5)
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
bump
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)
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(maybeimport Lazy.@initdirectly). - [ ]
LineInfohas been deleted fromBase.Profile. This infrastructure for the profiler needs to be updated to useStackFrame. - [ ]
writemimehas been deleted.