-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
frequent "type UnionAll has no field parameters" errors #90
Labels
Comments
This seems to be a base bug: julia> using PlotlyJS
help?> Plot
search: Plot plot PlotlyJS ElectronPlot TypedSlot prevfloat JupyterPlot PartialQuickSort peakflops pointcloud SimpleVector ExponentialBackOff print_with_color
ERROR: type UnionAll has no field parameters
Stacktrace:
[1] to_tuple_type(::Any) at ./reflection.jl:468
[2] methods(::Any, ::Any) at ./reflection.jl:583
[3] getmethods!(::Array{Method,1}, ::Type{T} where T, ::Type{T} where T) at /home/basti/.julia/v0.6/DocStringExtensions/src/utilities.jl:86
[4] #methodgroups#3(::Bool, ::Function, ::Type{T} where T, ::Type{T} where T, ::Module) at /home/basti/.julia/v0.6/DocStringExtensions/src/utilities.jl:24
[5] format(::DocStringExtensions.MethodSignatures, ::Base.AbstractIOBuffer{Array{UInt8,1}}, ::Base.Docs.DocStr) at /home/basti/.julia/v0.6/DocStringExtensions/src/abbreviations.jl:290
[6] formatdoc(::Base.AbstractIOBuffer{Array{UInt8,1}}, ::Base.Docs.DocStr, ::DocStringExtensions.MethodSignatures) at /home/basti/.julia/v0.6/DocStringExtensions/src/abbreviations.jl:25
[7] formatdoc(::Base.Docs.DocStr) at ./docs/Docs.jl:178
[8] parsedoc(::Base.Docs.DocStr) at ./docs/Docs.jl:186
[9] collect_to!(::Array{Base.Markdown.MD,1}, ::Base.Generator{Array{Base.Docs.DocStr,1},Base.Docs.#parsedoc}, ::Int64, ::Int64) at ./array.jl:474
[10] _collect(::Array{Base.Docs.DocStr,1}, ::Base.Generator{Array{Base.Docs.DocStr,1},Base.Docs.#parsedoc}, ::Base.EltypeUnknown, ::Base.HasShape) at ./array.jl:455
[11] doc(::Base.Docs.Binding, ::Type{T} where T) at ./docs/Docs.jl:312
[12] doc(::Base.Docs.Binding) at ./docs/Docs.jl:280 |
Found it: JuliaLang/julia#20872 |
Okay, I've worked around this now with JunoLab/CodeTools.jl@3519c82 -- if you wanna try it then |
thanks! seems to be good to go. |
Oh, that's what this is - thanks! Tag CodeTools? |
Yep. |
👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For some reason after running
using PlotlyJS
in a Juno editor window I get this error on almost every keystroke after:Backtrace:
EDIT:
PlotlyJS 0.6.2
Atom 0.6.0
julia-client 0.6.0
The text was updated successfully, but these errors were encountered: