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

does not precompile (v0.5) #4

Open
JeffreySarnoff opened this issue Oct 14, 2016 · 3 comments
Open

does not precompile (v0.5) #4

JeffreySarnoff opened this issue Oct 14, 2016 · 3 comments

Comments

@JeffreySarnoff
Copy link

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

@musm
Copy link

musm commented Apr 1, 2017

bump

@eduardomontes
Copy link

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)

@NHDaly
Copy link

NHDaly commented Dec 23, 2017

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.

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

4 participants