From 33349dfccde1524f59c37b55687af1116f6f86a0 Mon Sep 17 00:00:00 2001 From: Spencer Lyon Date: Tue, 28 Aug 2018 08:51:26 -0400 Subject: [PATCH] ENH: remove plotly docs generator --- deps/build.jl | 2 +- deps/build.log | 41 ++++++++++++++++++++++++++++++++++++++++ deps/find_attr_groups.jl | 1 - deps/make_schema_docs.jl | 1 - 4 files changed, 42 insertions(+), 3 deletions(-) create mode 100644 deps/build.log diff --git a/deps/build.jl b/deps/build.jl index fa20f8f5..88681adb 100644 --- a/deps/build.jl +++ b/deps/build.jl @@ -7,6 +7,6 @@ const _pkg_assets = joinpath(_pkg_root,"assets") download("https://api.plot.ly/v2/plot-schema?sha1", joinpath(_pkg_deps,"plotschema.json")) download("https://cdn.plot.ly/plotly-latest.min.js", joinpath(_pkg_assets,"plotly-latest.min.js")) -include("make_schema_docs.jl") +# include("make_schema_docs.jl") include("find_attr_groups.jl") AttrGroups.main() diff --git a/deps/build.log b/deps/build.log new file mode 100644 index 00000000..c357dee1 --- /dev/null +++ b/deps/build.log @@ -0,0 +1,41 @@ + % Total % Received % Xferd Average Speed Time Time Time Current + Dload Upload Total Spent Left Speed + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 1332k 0 371 0 0 444 0 0:51:13 --:--:-- 0:51:13 443 100 1332k 100 1332k 0 0 1230k 0 0:00:01 0:00:01 --:--:-- 1231k + % Total % Received % Xferd Average Speed Time Time Time Current + Dload Upload Total Spent Left Speed + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2726k 100 2726k 0 0 4869k 0 --:--:-- --:--:-- --:--:-- 4869k +WARNING: importing deprecated binding Base.writecsv into AttrGroups. +WARNING: Base.writecsv is deprecated: it has been moved to the standard library package `DelimitedFiles`. +Add `using DelimitedFiles` to your imports. + likely near /Users/sglyon/.julia/dev/PlotlyJS/deps/build.jl:12 +WARNING: Base.writecsv is deprecated: it has been moved to the standard library package `DelimitedFiles`. +Add `using DelimitedFiles` to your imports. + likely near /Users/sglyon/.julia/dev/PlotlyJS/deps/build.jl:12 +WARNING: Base.writecsv is deprecated: it has been moved to the standard library package `DelimitedFiles`. +Add `using DelimitedFiles` to your imports. + likely near /Users/sglyon/.julia/dev/PlotlyJS/deps/build.jl:12 +WARNING: Base.writecsv is deprecated: it has been moved to the standard library package `DelimitedFiles`. +Add `using DelimitedFiles` to your imports. + likely near /Users/sglyon/.julia/dev/PlotlyJS/deps/build.jl:12 +WARNING: Base.writecsv is deprecated: it has been moved to the standard library package `DelimitedFiles`. +Add `using DelimitedFiles` to your imports. + likely near /Users/sglyon/.julia/dev/PlotlyJS/deps/build.jl:12 +in #open#298 at iostream.jl +WARNING: Base.writecsv is deprecated: it has been moved to the standard library package `DelimitedFiles`. +Add `using DelimitedFiles` to your imports. + likely near /Users/sglyon/.julia/dev/PlotlyJS/deps/build.jl:12 +in #open#298 at iostream.jl +┌ Warning: Could not load Revise. +└ @ Main ~/.julia/config/startup.jl:6 +┌ Warning: `map(f, s::AbstractSet)` is deprecated, use `Set((f(v) for v = s))` instead. +│ caller = (::getfield(Main.AttrGroups, Symbol("#add_to_names!#7")){Set{Symbol}})(::Dict{Symbol,Any}) at find_attr_groups.jl:16 +└ @ Main.AttrGroups ~/.julia/dev/PlotlyJS/deps/find_attr_groups.jl:16 +┌ Warning: `contains(haystack, needle)` is deprecated, use `occursin(needle, haystack)` instead. +│ caller = (::getfield(Main.AttrGroups, Symbol("##3#8")))(::Symbol) at find_attr_groups.jl:30 +└ @ Main.AttrGroups ~/.julia/dev/PlotlyJS/deps/find_attr_groups.jl:30 +┌ Warning: `writecsv(io, a; opts...)` is deprecated, use `writedlm(io, a, ','; opts...)` instead. +│ caller = #5 at find_attr_groups.jl:38 [inlined] +└ @ Core ~/.julia/dev/PlotlyJS/deps/find_attr_groups.jl:38 +┌ Warning: `writecsv(io, a; opts...)` is deprecated, use `writedlm(io, a, ','; opts...)` instead. +│ caller = #6 at find_attr_groups.jl:42 [inlined] +└ @ Core ~/.julia/dev/PlotlyJS/deps/find_attr_groups.jl:42 diff --git a/deps/find_attr_groups.jl b/deps/find_attr_groups.jl index d5e6999e..46180ecb 100644 --- a/deps/find_attr_groups.jl +++ b/deps/find_attr_groups.jl @@ -1,7 +1,6 @@ module AttrGroups using JSON -using Compat: AbstractDict _symbol_dict(x) = x _symbol_dict(d::AbstractDict) = diff --git a/deps/make_schema_docs.jl b/deps/make_schema_docs.jl index 444545dd..f27a5be3 100644 --- a/deps/make_schema_docs.jl +++ b/deps/make_schema_docs.jl @@ -3,7 +3,6 @@ module PlotlyJSSchemaDocsGenerator import Markdown using Markdown: MD using JSON -using Compat: AbstractDict # methods to re-construct a plot from JSON _symbol_dict(x) = x