[perl #79160] [TODO] Rakudo doesn't support the syntax 'my Type subset NewType' (but STD.pm6)

2012-05-27 Thread Will Coleda via RT
On Sat Nov 13 08:27:52 2010, masak wrote: > std: my Str subset Username; > std a194beb: OUTPUT«ok 00:01 118m␤» > rakudo: my Str subset Username; > rakudo 2c66f9: OUTPUT«===SORRY!===␤Unknown declarator type at > line 22, near ";"␤» > . o O (masak submits rakudobug) > * masak submits rakudobug

[perl #79160] [TODO] Rakudo doesn't support the syntax 'my Type subset NewType' (but STD.pm6)

2010-11-13 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #79160] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=79160 > std: my Str subset Username; std a194beb: OUTPUT«ok 00:01 118m␤» rakudo: my Str subse