Sorry to hear that--I can't seem to reproduce that problem. Can you open an issue at https://github.com/kmsquire/Match.jl/issues with a small test case that I can use to reproduce? What version of Julia are you using?
Cheers, Kevin On Sat, Apr 4, 2015 at 1:34 PM, William Macready <[email protected] > wrote: > Thanks for looking into this Kevin > > after updating to 0.1.3 I get the error: > ERROR: type: isa: expected Type{T<:Top}, got Function > > > On Friday, April 3, 2015 at 9:22:36 PM UTC-7, Kevin Squire wrote: >> >> Okay, it was a little more subtle than that: if your code was already >> using Compat.jl, then everything would have worked. If not, then >> fieldnames isn't defined at all (as you found out). >> >> I believe I've fixed this issue, and I've tagged a new version of >> Match.jl. Please try it and let me know if you still have problems. >> >> Cheers! >> Kevin >> >> >>
