[perl #50220] patch implementing get_string for rakudo junctions

2008-05-06 Thread [EMAIL PROTECTED] via RT
Hi, I wound up tweaking this patch into shape, as discussed in previous patches, and applying it with the tweaks. So now Junctions have .perl. :-) Thanks! Jonathan

Re: [perl #50220] patch implementing get_string for rakudo junctions

2008-01-30 Thread Jonathan Worthington
Hi, I've taken time to look over the patch properly now. I said it would be good as I patch for the .perl method and that I'd apply it with the name change, but it actually needs a little more than that. Basically, rather than just joining the values, you need to loop over them and call .perl

[perl #50220] patch implementing get_string for rakudo junctions

2008-01-24 Thread via RT
# New Ticket Created by Zach Morgan # Please include the string: [perl #50220] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=50220 severity: medium category: languages hello, all. Attached (hopefully) is a patch

Re: [perl #50220] patch implementing get_string for rakudo junctions

2008-01-24 Thread Jonathan Worthington
Hi, Zach Morgan (via RT) wrote: hello, all. Attached (hopefully) is a patch to implement get_string for perl6's junctions. I looked in synopsis 9 and saw nothing about any get_string, so I decided on the simplest, most straightforward approach. That looks to me more like an implementation