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

Build failure of master (v0.10.2) on julia 1.0: Markdown not defined #202

Closed
jleugeri opened this issue Aug 11, 2018 · 2 comments
Closed

Comments

@jleugeri
Copy link

] dev PlotlyJS on Julia 1.0.0 gives me:

┌ Error: Error building PlotlyJS:
...
│ ERROR: LoadError: LoadError: UndefVarError: Markdown not defined
│ 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] include(::String) at ./client.jl:388
│ [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] include(::String) at ./client.jl:388
│ [10] top-level scope at none:0
│ in expression starting at /home/jpg/.julia/dev/PlotlyJS/deps/make_schema_docs.jl:3
│ in expression starting at /home/jpg/.julia/dev/PlotlyJS/deps/build.jl:10
└ @ Pkg.Operations ~/julia/usr/share/julia/stdlib/v1.0/Pkg/src/Operations.jl:1068

Culprit seems to be Base.Markdown in deps/make_schema_docs.jl.

Should this just be Markdown?

@jleugeri
Copy link
Author

Also, Associative throws some UndefVarErrors in make_schema_docs.jl as well :

Associative has been deprecated in favor of AbstractDict #25012

@jleugeri
Copy link
Author

Also, Nullable is used 20 times in make_schema_docs.jl. I guess that needs some work.

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

1 participant