[perl #126433] Parameter coercion with type smiley doesn't work

2018-01-02 Thread Zoffix Znet via RT
On Fri, 23 Oct 2015 03:29:12 -0700, elizabeth wrote: > [12:14:56] m: sub a(Int:D() $a) { dd $a }; a "42" # > type smileys not complete first citizen yet :-( > [12:14:57] <+camelia> rakudo-moar 3df263: OUTPUT«Type check failed > in binding $a; expected Int but got Str␤ in sub a at > /tmp/b

[perl #126433] Parameter coercion with type smiley doesn't work

2018-01-02 Thread Zoffix Znet via RT
On Fri, 23 Oct 2015 03:29:12 -0700, elizabeth wrote: > [12:14:56] m: sub a(Int:D() $a) { dd $a }; a "42" # > type smileys not complete first citizen yet :-( > [12:14:57] <+camelia> rakudo-moar 3df263: OUTPUT«Type check failed > in binding $a; expected Int but got Str␤ in sub a at > /tmp/b

[perl #126433] Parameter coercion with type smiley doesn't work

2017-09-22 Thread Brian S. Julin via RT
On Fri, 23 Oct 2015 03:29:12 -0700, elizabeth wrote: > [12:14:56] m: sub a(Int:D() $a) { dd $a }; a "42" # > type smileys not complete first citizen yet :-( > [12:14:57] <+camelia> rakudo-moar 3df263: OUTPUT«Type check failed > in binding $a; expected Int but got Str␤ in sub a at > /tmp/b

[perl #126433] Parameter coercion with type smiley doesn't work

2015-10-23 Thread via RT
# New Ticket Created by Elizabeth Mattijsen # Please include the string: [perl #126433] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126433 > [12:14:56] m: sub a(Int:D() $a) { dd $a }; a "42" # type smileys not compl