JuliaGizmos / Escher.jl

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

Examples not working on master #106

Closed amellnik closed 8 years ago

amellnik commented 8 years ago

Running any example on the current master is giving me

MethodError: `convert` has no method matching convert(::Type{Reactive.Signal{T}}, ::Type{Escher.Tile}, ::Escher.Empty)
This may have arisen from a call to the constructor Reactive.Signal{T}(...),
since type constructors fall back to convert methods.
Closest candidates are:
  call{T}(::Type{T}, ::Any)
  convert(::Type{Reactive.Signal{T}}, !Matched::Reactive.SignalSource)
  convert{T}(::Type{T}, !Matched::T)

I'm starting it from ijulia and there's no mention of a line number or similar.

shashi commented 8 years ago

The master branch needs the master branch of Reactive.

amellnik commented 8 years ago

Ah whoops, I had assumed that checking out the master and then running Pkg.update() would have taken care of this sort of thing. I'll hold off until they have tagged versions. Thanks -A

dioptre commented 8 years ago

+1 This still doesnt work for me and I'm on latest

shashi commented 8 years ago

@dioptre can you paste your Pkg.status() output?