# 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
Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: 660b10810a47fb984f94e9a1ff03b740c58b933a
https://github.com/perl6/specs/commit/660b10810a47fb984f94e9a1ff03b740c58b933a
Author: Moritz Lenz
Date: 2011-10-26 (Wed, 26 Oct 2011)
Changed paths:
M S02-b
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 "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
... 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 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
# 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