# New Ticket Created by  Elizabeth Mattijsen 
# Please include the string:  [perl #126433]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=126433 >


[12:14:56]  <lizmat>    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/bIORsmiOVK:1␤  in block <unit> 
at /tmp/bIORsmiOVK:1␤␤»
[12:15:11]  <lizmat>    m: sub a(Int() $a) { dd $a }; a "42"   # works ok 
without the smiley
[12:15:11]  <+camelia>  rakudo-moar 3df263: OUTPUT«Int $var = 42␤»
[12:19:53]  <FROGGS>    lizmat: handling in params is not done yet, because the 
param-handling used to cheat in the past
[12:20:06]  <FROGGS>    lizmat: otherwise we would not have had smileys there 
at all
[12:20:25]  <lizmat>    aha, I guess that's also the reason it's so hard to get 
"use parameters" and "use invocant" to work
[12:20:41]  <lizmat>    should I rakudobug it ?
[12:21:12]  <FROGGS>    yeah :/
[12:21:29]  <FROGGS>    (I was hoping to get the ticket count down to 2**10)

Reply via email to