Re: [perl #60452] my $a; $a ~= "Yay"; # Multiple Dispatch: No suitable candidate found for 'i_concatenate', with signature 'PP'

2008-11-10 Thread Patrick R. Michaud
On Mon, Nov 10, 2008 at 02:58:48AM -0800, Ilya Belikin wrote: > Hi there, > Rakudo (r32485): > my $a; $a ~= "Yay"; # Multiple Dispatch: No suitable candidate found > for 'i_concatenate', with signature 'PP' Now fixed in r32496: $ ./parrot perl6.pbc > my $a; $a ~= "Yay"; say $a; Ya

Re: [perl #60312] [BUG] OpenBSD Smolder test failures

2008-11-10 Thread Andy Dougherty
On Sat, 8 Nov 2008, chromatic wrote: > On Monday 03 November 2008 09:38:11 Andy Dougherty wrote: > > I wonder if this patch fixes things. Certainly it does no harm on my box. > Parrot_signbit() already exists in the platform files, so we might as well > use it. > --- src/spf_render.c (revis

Parrot Bug Summary

2008-11-10 Thread Parrot Bug Summary
Parrot Bug Summary http://rt.perl.org/rt3/NoAuth/parrot/Overview.html Generated at Mon Nov 10 14:00:01 2008 GMT --- * Numbers * New Issues * Overview of Open Issues * Ticket Status By Version * Requestors with m

[perl #60452] my $a; $a ~= "Yay"; # Multiple Dispatch: No suitable candidate found for 'i_concatenate', with signature 'PP'

2008-11-10 Thread via RT
# New Ticket Created by Ilya Belikin # Please include the string: [perl #60452] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=60452 > Hi there, Rakudo (r32485): my $a; $a ~= "Yay"; # Multiple Dispatch: No suitable candidat

[perl #60450] [PATCH] minor pod tweaks memory_internals.pod core.ops

2008-11-10 Thread via RT
# New Ticket Created by Brad Bowman # Please include the string: [perl #60450] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=60450 > A few things that rendered strangely on the web in docs/memory_internals.pod and src/ops

[perl #60446] [PATCH] first draft implementation self.WHO to return package of a class

2008-11-10 Thread via RT
# New Ticket Created by Chris Dolan # Please include the string: [perl #60446] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=60446 > The attached patch attempts to implement the WHO method from S12. With this patch, I g

Re: [perl #60444] [PATCH] Improve junctions to store only unique eigenstates.

2008-11-10 Thread Vasily Chekalkin
Patrick R. Michaud via RT wrote: I'd like to get a clarification from p6l as to whether junction states should be made unique before applying or rejecting this patch. I'm particularly curious about one() junctions. Also, it seems like it would be better to make the list unique inside of !MAKE_J

[perl #60444] [PATCH] Improve junctions to store only unique eigenstates.

2008-11-10 Thread via RT
# New Ticket Created by Vasily Chekalkin # Please include the string: [perl #60444] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=60444 > Hello. There is attached patch which uniquefy stored eigenstates in 'all'/'any'/'n

Re: [perl #60290] [TODO] Implement Bool.pick in Rakudo

2008-11-10 Thread Vasily Chekalkin
Patrick R. Michaud wrote: On Sat, Nov 08, 2008 at 07:35:57PM -0800, Vasily Chekalkin via RT wrote: On Sun Nov 02 03:43:27 2008, masak wrote: The core issue of this ticket still remains, though: to implement Bool.pick in such a way that it returns either Bool::True or Bool::False. Ad-hoc implem