[perl #102276] [TODO] implement duck mapping in hyper ops

2011-10-26 Thread via RT
# 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

[perl6/specs] 660b10: [S02] define .Stringy and .gist for Num and Rat

2011-10-26 Thread noreply
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

[perl #102256] [BUG] int and num think they're not Mu in Rakudo

2011-10-26 Thread Carl Mäsak via RT
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 >

[perl #102256] [BUG] int and num think they're not Mu in Rakudo

2011-10-26 Thread Carl Mäsak
# 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

Compiling rakudo on feather...

2011-10-26 Thread Will Coleda
... 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

[perl #102254] natively typed lexicals blow up the REPL

2011-10-26 Thread via RT
# 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

[perl #102244] Parrot types leak through when assigning to natively typed variable

2011-10-26 Thread via RT
# 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