Re: [julia-users] Problems with in, == and Tuples of types

2016-03-23 Thread 'Bill Hart' via julia-users
Thanks for the suggestion. Perhaps this will allow me to finally work around this issue. I will file a ticket as suggested as soon as I find time. Thanks again. Bill. On 23 March 2016 at 10:11, Milan Bouchet-Valat wrote: > Le mardi 22 mars 2016 à 08:37 -0700, 'Bill Hart' via julia-users a > é

Re: [julia-users] Problems with in, == and Tuples of types

2016-03-23 Thread Milan Bouchet-Valat
Le mardi 22 mars 2016 à 08:37 -0700, 'Bill Hart' via julia-users a écrit : > I'm having trouble understanding the following behaviour in 0.5.0- > dev+3171. I wonder if someone can tell me what I'm doing wrong. > > module Mymod >    type mytype >    end > end > > sig_table = [x.sig for x in method

[julia-users] Problems with in, == and Tuples of types

2016-03-22 Thread 'Bill Hart' via julia-users
I'm having trouble understanding the following behaviour in 0.5.0-dev+3171. I wonder if someone can tell me what I'm doing wrong. module Mymod type mytype end end sig_table = [x.sig for x in methods(Base.promote_rule)] V = Tuple{typeof(Base.promote_rule),Type{Mymod.mytype},Type{Int64}} V