Re: [julia-users] Error involving LabelNode

2016-07-11 Thread Tony Kelman
Ideally with a standalone code example that can reproduce the issue. On Monday, July 11, 2016 at 3:28:15 AM UTC-7, Mauro wrote: > > A LabelNode is a julia internal type: > https://github.com/JuliaLang/julia/search?utf8=%E2%9C%93=labelnode > > I suspect this is a bug and you should file an

Re: [julia-users] Error involving LabelNode

2016-07-11 Thread Mauro
A LabelNode is a julia internal type: https://github.com/JuliaLang/julia/search?utf8=%E2%9C%93=labelnode I suspect this is a bug and you should file an issue if no-one has an answer for you. On Mon, 2016-07-11 at 11:47, Matthew Pearce wrote: > I've had a long-running job

[julia-users] Error involving LabelNode

2016-07-11 Thread Matthew Pearce
I've had a long-running job crash out a couple of times now with an error message I can't fathom: ```ERROR: On worker 2: On worker 2: MethodError: `convert` has no method matching convert(::Type{Type{LabelNode}}, ::Int64) This may have arisen from a call to the constructor Type{LabelNode}(...),