You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was successfully using ProfileView on v0.6.4, but when I do using ProfileView on v0.7, I get the following error:
ERROR: LoadError: LoadError: syntax: too few type parameters specified in "new{...}"
Stacktrace:
[1] include at ./boot.jl:317 [inlined]
[2] include_relative(::Module, ::String) at ./loading.jl:1038
[3] include at ./sysimg.jl:29 [inlined]
[4] include(::String) at /home/.julia/packages/ProfileView/ZFatQ/src/ProfileView.jl:3
[5] top-level scope at none:0
[6] include at ./boot.jl:317 [inlined]
[7] include_relative(::Module, ::String) at ./loading.jl:1038
[8] include(::Module, ::String) at ./sysimg.jl:29
[9] top-level scope at none:2
[10] eval at ./boot.jl:319 [inlined]
[11] eval(::Expr) at ./client.jl:399
[12] top-level scope at ./none:3
in expression starting at /home/.julia/packages/ProfileView/ZFatQ/src/tree.jl:19
in expression starting at /home/.julia/packages/ProfileView/ZFatQ/src/ProfileView.jl:16
The text was updated successfully, but these errors were encountered:
I was successfully using ProfileView on v0.6.4, but when I do
using ProfileView
on v0.7, I get the following error:The text was updated successfully, but these errors were encountered: