ApproxFun failure

In v6.0, using ApproxFun returns an error:

INFO: Precompiling module ApproxFun.
ERROR: LoadError: LoadError: 
Expected `func_signature = ...` with func_signature as a call Expr... got: f(g::Fun{S, T}) where {S, T <: Real}
Stacktrace:
 [1] include_from_node1(::String) at ./loading.jl:569
 [2] include(::String) at ./sysimg.jl:14
 [3] include_from_node1(::String) at ./loading.jl:569
 [4] include(::String) at ./sysimg.jl:14
 [5] anonymous at ./<missing>:2
while loading /home/chobbes/git/ApproxFun.jl/src/Plot/Plot.jl, in expression starting on line 38
while loading /home/chobbes/git/ApproxFun.jl/src/ApproxFun.jl, in expression starting on line 72

I’m on development branch of ApproxFun. Am I missing something? Thanks!!

1 Like

I think Iran into this issue recently (see comment here)… try a Pkg.update()?

1 Like

Thanks! You’re right.

1 Like

Glad you sorted it out. Though this kind of question is better filed as an issue:

https://github.com/JuliaApproximation/ApproxFun.jl/issues

Also, I’d avoid using the development branch as occasionally it is broken.