JunoLab / Media.jl

Julia Display System
Other
5 stars 11 forks source link

Warning thrown about eval #18

Closed randyzwitch closed 6 years ago

randyzwitch commented 6 years ago

The tests seems to pass when I use 0.7 for ECharts, but the rendering in Juno and from the REPL no longer work.

WARNING: eval from module Media to ECharts:
Expr(:where, Expr(:call, Expr(:., :Media, :(:media)), Expr(:::, Expr(:curly, :Type, :T))), Expr(:<:, :T, ECharts.EChart)) = Expr(:block, #= Symbol("/Users/randyzwitch/.julia/packages/Media/Lrdeg/src/system.jl"):71 =#, Expr(:ref, Array{Any, (1,)}[Media.Graphical],1))
  ** incremental compilation may be broken for this module **

Packages:

  [e6d88f4b] ASTInterpreter2 v0.1.1
  [621f4979] AbstractFFTs v0.3.2
  [7d9fca2a] Arpack v0.2.2
  [bf4720bc] AssetRegistry v0.0.2
  [c52e3926] Atom v0.7.3
  [13072b0f] AxisAlgorithms v0.3.0
  [9e28174c] BinDeps v0.8.10
  [b99e7846] BinaryProvider v0.4.1
  [ad839575] Blink v0.8.0
  [336ed68f] CSV v0.3.1
  [49dc2e85] Calculus v0.4.1
  [324d7699] CategoricalArrays v0.3.13
  [53a63b46] CodeTools v0.6.1
  [944b1d66] CodecZlib v0.5.0
  [a2cac450] ColorBrewer v0.3.1
  [3da002f7] ColorTypes v0.7.4
  [5ae59095] Colors v0.9.3
  [bbf7d656] CommonSubexpressions v0.2.0
  [34da2185] Compat v1.0.1
  [8f4d0f93] Conda v1.0.1
  [a93c6f00] DataFrames v0.13.1
  [9a8bc11e] DataStreams v0.4.0
  [864edb3b] DataStructures v0.11.0
  [67417a49] DebuggerFramework v0.1.2
  [01453d9d] DiffEqDiffTools v0.6.0
  [163ba53b] DiffResults v0.0.3
  [b552c78f] DiffRules v0.0.7
  [b4f34e82] Distances v0.7.3
  [31c24e10] Distributions v0.16.2
  [33d173f1] DocSeeker v0.2.0
  [f9630f5b] ECharts v0.0.6+ [`~/.julia/dev/ECharts`]
  [8f5d6c58] EzXML v0.8.0
  [7a1cc6ca] FFTW v0.2.4
  [5789e2e9] FileIO v1.0.1
  [53c48c17] FixedPointNumbers v0.5.2
  [f6369f11] ForwardDiff v0.8.5
  [de31a74c] FunctionalCollections v0.4.0
  [cd3eb016] HTTP v0.6.14
  [9fb69e20] Hiccup v0.2.2
  [83e8ac13] IniFile v0.5.0
  [7d512f48] InternedStrings v0.7.0
  [a98d9a8b] Interpolations v0.8.0
  [c8e1da08] IterTools v1.0.0
  [97c1335a] JSExpr v0.3.0
  [682c06a0] JSON v0.19.0
  [e5e0dc1b] Juno v0.5.2
  [5ab0869b] KernelDensity v0.5.0
  [7c4cb9fa] LNR v0.2.0
  [50d2b5c4] Lazy v0.13.0
  [d3d80556] LineSearches v7.0.0
  [1914dd2f] MacroTools v0.4.4
  [739be429] MbedTLS v0.6.0
  [e89f7d12] Media v0.4.1
  [e1d29d7a] Missings v0.2.10
  [78c3b35d] Mocking v0.5.6
  [ffc61752] Mustache v0.4.1
  [a975b10e] Mux v0.5.1
  [d41bc354] NLSolversBase v7.1.0
  [77ba4419] NaNMath v0.3.2
  [8f4894fe] NoveltyColors v0.4.0
  [4d1e1d77] Nullables v0.0.7
  [510215fc] Observables v0.2.2
  [6fe1bfb0] OffsetArrays v0.8.1
  [429524aa] Optim v0.16.0
  [90014a1f] PDMats v0.9.4
  [d96e819e] Parameters v0.9.2
  [fa939f87] Pidfile v1.1.0
  [85a6dd25] PositiveFactorizations v0.2.1
  [1fd47b50] QuadGK v2.0.1
  [df47a6cb] RData v0.5.0
  [ce6b1742] RDatasets v0.4.0
  [c84ed2f1] Ratios v0.3.0
  [189a3867] Reexport v0.2.0
  [ae029012] Requires v0.5.2
  [79098fc4] Rmath v0.5.0
  [9966252f] ShowItLikeYouBuildIt v0.2.0
  [a2af1166] SortingAlgorithms v0.3.1
  [276daf66] SpecialFunctions v0.7.0
  [90137ffa] StaticArrays v0.8.3
  [2913bbd2] StatsBase v0.25.0
  [4c63d2b9] StatsFuns v0.7.0
  [88034a9c] StringDistances v0.3.0
  [f269a46b] TimeZones v0.8.0
  [0796e94c] Tokenize v0.5.2
  [3bb67fe8] TranscodingStreams v0.8.0
  [a2a6695c] TreeViews v0.3.0
  [30578b45] URIParser v0.4.0
  [81def892] VersionParsing v1.1.2
  [ea10d353] WeakRefStrings v0.5.2
  [0f1e0344] WebIO v0.3.0
  [104b5d7c] WebSockets v1.0.0
  [cc8bc4a8] Widgets v0.4.0
  [efce3f68] WoodburyMatrices v0.4.1
pfitzseb commented 6 years ago

You shouldn't need to use Media.jl anymore for getting anything displayed in Juno, see here.

randyzwitch commented 6 years ago

Even better, thanks @pfitzseb!

pfitzseb commented 6 years ago

Feel free to ping me if there's anything I can help with (or that is broken in Juno).