JuliaGizmos / Escher.jl

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

Example code-cell broken #119

Closed ranjanan closed 8 years ago

ranjanan commented 8 years ago

Here's the error trace:

MethodError: `convert` has no method matching convert(::Type{Escher.Tile}, ::Function)
This may have arisen from a call to the constructor Escher.Tile(...),
since type constructors fall back to convert methods.
Closest candidates are:
  call{T}(::Type{T}, ::Any)
  convert(::Type{Escher.Tile}, !Matched::AbstractString)
  convert(::Type{Escher.Tile}, !Matched::Char)
  ...
 in anonymous at /Users/ranjan/.julia/v0.4/Escher/src/cli/serve.jl:170
 in anonymous at /Users/ranjan/.julia/v0.4/Mux/src/Mux.jl:15
 in anonymous at /Users/ranjan/.julia/v0.4/Mux/src/Mux.jl:8
 in splitquery at /Users/ranjan/.julia/v0.4/Mux/src/basics.jl:28
 in anonymous at /Users/ranjan/.julia/v0.4/Mux/src/Mux.jl:8
 in wcatch at /Users/ranjan/.julia/v0.4/Mux/src/websockets_integration.jl:12
 in anonymous at /Users/ranjan/.julia/v0.4/Mux/src/Mux.jl:8
 in todict at /Users/ranjan/.julia/v0.4/Mux/src/basics.jl:21
 in anonymous at /Users/ranjan/.julia/v0.4/Mux/src/Mux.jl:12 (repeats 2 times)
 in anonymous at /Users/ranjan/.julia/v0.4/Mux/src/Mux.jl:8
 in anonymous at /Users/ranjan/.julia/v0.4/Mux/src/server.jl:38
 in handle at /Users/ranjan/.julia/v0.4/WebSockets/src/WebSockets.jl:382
 in on_message_complete at /Users/ranjan/.julia/v0.4/HttpServer/src/HttpServer.jl:393
 in on_message_complete at /Users/ranjan/.julia/v0.4/HttpServer/src/RequestParser.jl:104
 in http_parser_execute at /Users/ranjan/.julia/v0.4/HttpParser/src/HttpParser.jl:92
 in process_client at /Users/ranjan/.julia/v0.4/HttpServer/src/HttpServer.jl:365
 in anonymous at task.jl:447
shashi commented 8 years ago

This is fixed on master. Will tag a release

ranjanan commented 8 years ago

Cool, thanks. :+1: