# New Ticket Created by Moritz Lenz
# Please include the string: [perl #102244]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org:443/rt3/Ticket/Display.html?id=102244 >
12:24 < grondilu> rakudo: my int $n; say $n = 42;
12:24 <+p6eval> rakudo 97aa73: O
# New Ticket Created by Moritz Lenz
# Please include the string: [perl #102254]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org:443/rt3/Ticket/Display.html?id=102254 >
Noticed by que++ on #perl6:
./perl6
> my int $x = 5
Use of uninitialized value i
... explodes, with an OOM panic from parrot.
It's probably been this way for some time, the default ulimit is too
small to get past the setting compilation.
Can someone with root on feather bump up the default a bit so we can
build rakudo?
Thanks.
--
Will "Coke" Coleda
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #102256]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org:443/rt3/Ticket/Display.html?id=102256 >
nom: say num ~~ num
nom 97aa73: OUTPUT«Method 'ACCEPTS' not found for invocant
On Wed Oct 26 06:04:19 2011, masak wrote:
> nom: say num ~~ num
> nom 97aa73: OUTPUT«Method 'ACCEPTS' not found for invocant of
> class 'num' [...]
> nom: say num ~~ Num
> nom 97aa73: OUTPUT«Bool::False»
> nom: say num ~~ Mu
> nom 97aa73: OUTPUT«Bool::False»
> woah.
> nom: say int ~~ Mu
>
# New Ticket Created by Moritz Lenz
# Please include the string: [perl #102276]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org:443/rt3/Ticket/Display.html?id=102276 >
See
https://github.com/perl6/specs/commit/6b021ee247dcda4496e1e04b74ad0fa1025499b6