JuliaGizmos / Escher.jl

Composable Web UIs in Julia
https://juliagizmos.github.io/Escher.jl
Other
335 stars 63 forks source link

Escher and examples updated for v0.5? #199

Open JulesArcher opened 7 years ago

JulesArcher commented 7 years ago

Hi,

I have been trying to get some of the Escher examples working for the latest released version of Julia v0.5 without success. It's likely that the reasons are different for each that are not working. Before spending too many more hours with this, can anyone please confirm that Escher compatibility with v0.5??

Thanks!

DETAILS BELOW:

The following examples that DO run OK:

1) boids.jl 2)checkboxes.jl 3) form.jl 4)minesweeper.jl 5)vectorgraphics.jl 6)latex.jl 7) layout2.jl

The ones that don't:

1) code-cell.jl 2)mc.jl 3)plotting.jl 4) graphics.jl 5) keypress.jl

More details: my version info:

Julia Version 0.5.1-pre+31 Commit 6a1e339 (2016-11-17 17:50 UTC) Platform Info: System: Linux (x86_64-linux-gnu) CPU: Intel(R) Core(TM) i7-4800MQ CPU @ 2.70GHz WORD_SIZE: 64 BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NOAFFINITY Haswell) LAPACK: libopenblas64 LIBM: libopenlibm LLVM: libLLVM-3.7.1 (ORCJIT, haswell)

Now my Pkg.status():

julia> Pkg.status() 28 required packages:

shashi commented 7 years ago

There are a couple of issues blocking a release for Julia v0.5 - #176 #190

yakir12 commented 7 years ago

These issues seem serious.

Would you say that for the near future the only option for using Escher is under Julia V0.4? Or is there a work around or alternative options?