Did you perhaps accidentally redefine get locally? What version of julia are you on? Do you get the nearest matching methods (I think that's only on 0.4)? Can you give the output of methods(get) at whatever point it's failing?
On Wed, Mar 11, 2015 at 11:30 AM, Michael Francis <[email protected]> wrote: > After moving some code around I get the following error - I don't have a > small test case > > ERROR: `get` has no method matching get(::Dict{WeakRef,CalcState}, > ::WeakRef, :: CalcState) > > It looks like the type system is getting confused ? Any pointers in how to > resolve ? >
