Le samedi 02 janvier 2016 à 14:30 -0800, Theodore Papamarkou a écrit :
> I receive an error in Julia 0.5, which does not happen in 0.4.2. Due
> to the complexity of the underlying code it is hard to isolate the
> problem, and even more intriguingly, the error message I receive
> comes out of the blue complaining about a method error for a "data"
> function, which I haven't defined anyhow anywhere in my code. I know
> that due to the little amount of information I provide, it will be
> hard to receive any help, but I thought it would be worth posting the
> error below, just in case anyone else has ever seen it in Julia 0.5:
>
> ERROR: MethodError: `data` has no method matching data(::Function)
> ...
> in eval at /Applications/Julia-0.5.0-dev
> -b77587362d.app/Contents/Resources/julia/lib/julia/sys.dylib
Is there anything interesting in the ... part? What packages are you
using? I would grep for "data(" in the source of all of them.
Regards