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

Error when using Julia 1.0.0 #98

Closed
davidmanzanares opened this issue Aug 29, 2018 · 3 comments
Closed

Error when using Julia 1.0.0 #98

davidmanzanares opened this issue Aug 29, 2018 · 3 comments

Comments

@davidmanzanares
Copy link

It seems that it fails to compile with

julia> using ProfileView
[ Info: Precompiling ProfileView [c46f51b8-102a-5cf2-8d2c-8597cb0e0da7]
ERROR: LoadError: syntax: extra token "TagData" after end of expression
Stacktrace:
 [1] include at ./boot.jl:317 [inlined]
 [2] include_relative(::Module, ::String) at ./loading.jl:1038
 [3] include(::Module, ::String) at ./sysimg.jl:29
 [4] top-level scope at none:2
 [5] eval at ./boot.jl:319 [inlined]
 [6] eval(::Expr) at ./client.jl:389
 [7] top-level scope at ./none:3
in expression starting at /home/dv/.julia/packages/ProfileView/Ug9WA/src/ProfileView.jl:17
ERROR: Failed to precompile ProfileView [c46f51b8-102a-5cf2-8d2c-8597cb0e0da7] to /home/dv/.julia/compiled/v1.0/ProfileView/GJsyc.ji.
Stacktrace:
 [1] error(::String) at ./error.jl:33
 [2] macro expansion at ./logging.jl:313 [inlined]
 [3] compilecache(::Base.PkgId, ::String) at ./loading.jl:1184
 [4] _require(::Base.PkgId) at ./logging.jl:311
 [5] require(::Base.PkgId) at ./loading.jl:852
 [6] macro expansion at ./logging.jl:311 [inlined]
 [7] require(::Module, ::Symbol) at ./loading.jl:834

Thank you 🙂

@timholy
Copy link
Owner

timholy commented Aug 29, 2018

GtkReactive just got tagged today, so I predict it won't be long now.

@timholy
Copy link
Owner

timholy commented Sep 3, 2018

Fixed by #99

@timholy timholy closed this as completed Sep 3, 2018
@davidmanzanares
Copy link
Author

Thank you! Works fine now!

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