No such method 'prefix' for invocant of type 'Capture' when trying to patch a new library include path

2020-05-10 Thread Konrad Bucheli via perl6-users
Dear Raku experts I have a little patch which adds another library include path and installation site named "foo" which points to "/opt/foo/lib", see attached patch. That worked (in a similar fashion) well with 2020.02, but with 2020.05 it fails on the following test: $

Re: [PATCH] multiple heredoc beginning in the same line

2016-12-02 Thread Perl6
to the terminal that's running git am - hit return if necessary, and ctrl-d done. I pushed the patch to our repository. Thanks for your work, francois! - Timo

Re: [PATCH] multiple heredoc beginning in the same line

2016-12-02 Thread franc...@avalenn.eu
On Thu, Dec 01, 2016 at 10:46:17AM -0600, andy_b...@wiwb.uscourts.gov wrote: > Hmm: > $ cat /tmp/here.pl6 > my ($first, $second) = qq:to/END1/, qq:to/END2/; > FIRST > MULTILINE > STRING > END1 >SECOND >MULTILINE >STRING >END2 > say "f: $first, s: $second"; > > $ perl6 /tmp/

Re: [PATCH] multiple heredoc beginning in the same line

2016-12-02 Thread franc...@avalenn.eu
On Thu, Dec 01, 2016 at 10:15:03AM -0500, Will Coleda wrote: > This will be much more likely to be applied if you provide a pull > request to the repo at https://github.com/perl6/doc I agree but it was a lot simpler for me to send it by e-mail at the moment. I will perhaps try to make a pull-reque

Re: [PATCH] multiple heredoc beginning in the same line

2016-12-01 Thread Will Coleda
This will be much more likely to be applied if you provide a pull request to the repo at https://github.com/perl6/doc On Wed, Nov 30, 2016 at 10:31 AM, wrote: > This is to document the fact that, as in POSIX shell, you can use > multiple HEREDOC strings in the same line. > > --- > doc/Language/

[PATCH] multiple heredoc beginning in the same line

2016-11-30 Thread francois
This is to document the fact that, as in POSIX shell, you can use multiple HEREDOC strings in the same line. --- doc/Language/quoting.pod6 | 14 ++ 1 file changed, 14 insertions(+) diff --git a/doc/Language/quoting.pod6 b/doc/Language/quoting.pod6 index f7fe658..393807b 100644 --- a/

[perl #127172] [PATCH] Support for auto-generating private accessors.

2016-05-10 Thread Will Coleda via RT
Sorry for the delay in responding. This patch no long applies cleanly (though much of it does). If you would still like to pursue this issue, please submit a PR to the rakudo github project, which will make it easier to review and apply. -- Will "Coke" Coleda

[perl #125542] [PATCH] Warn on P5ish use of \ on single sigiled variable

2016-05-10 Thread Will Coleda via RT
Sorry for the delay in responding. This patch no long applies cleanly. If you would still like to pursue this issue, please submit a PR to the rakudo github project, which will make it easier to review and apply. -- Will "Coke" Coleda

[perl #124104] [PATCH] dealing with degenerate case for polymod.

2016-05-10 Thread Will Coleda via RT
Sorry for the delay in responding. This patch no long applies cleanly. If you would still like to pursue this issue, please submit a PR to the rakudo github project, which will make it easier to review and apply. -- Will "Coke" Coleda

[perl #123678] [PATCH] Use TAP::Harness for t/harness instead of Test::Harness

2016-04-26 Thread Will Coleda via RT
gt; :) > > Apologies for the delay in replying. Pull requests to github get > -slightly- better turnaround time. > > TAP::Harness was introduced in 5.10.1 - I'm pretty sure our current > perl5 build requirement is 5.10.0 - I'm not sure if we are ready to > bump that u

[perl #127847] [PATCH] Bug #126800

2016-04-10 Thread Christian Bartolomaeus via RT
On Sun Apr 10 14:01:06 2016, alex.jakime...@gmail.com wrote: > This can be closed. See https://github.com/rakudo/rakudo/pull/737 Thanks. I'm closing this ticket as 'resolved'.

Re: [perl #127847] [PATCH] Bug #126800

2016-04-08 Thread Elizabeth Mattijsen
isplay.html?id=127847 > > > > disallow dimensions smaller or equal 0 in shapes > <0001-disallow-dimensions-smaller-or-equal-0-in-shapes.patch> Thank you for your suggestion. It would make life a lot easier if you could turn this into a rakudo Pull Request. Having said that, I have a

[perl #127847] [PATCH] Bug #126800

2016-04-08 Thread via RT
rom 93c5f8a96d7f8f31040d22e3e4e1ad989d52cdd9 Mon Sep 17 00:00:00 2001 From: bspecht Date: Wed, 6 Apr 2016 22:36:24 +0200 Subject: [PATCH] disallow dimensions smaller or equal 0 in shapes --- src/core/Exception.pm| 9 - src/core/Rakudo/Internals.pm | 14 -- 2 files changed, 16 insertions(+), 7 deleti

[perl #127126] [PATCH] Decent sqrt() - makes sqrt(-1+0i) == i

2016-01-09 Thread Christian Bartolomaeus via RT
ture correspondence about this issue. > > # https://rt.perl.org/Ticket/Display.html?id=127126 > > > > > > > Oops, the previous message does not contain the patch so I am > > submitting again. Use the patch below or just pull > > https://github.com/rakudo/rakudo/pull/6

Re: [perl #127172] [PATCH] Support for auto-generating private accessors.

2016-01-06 Thread Elizabeth Mattijsen
> On 05 Jan 2016, at 19:34, David (via RT) wrote: > > # New Ticket Created by David > # Please include the string: [perl #127172] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/Ticket/Display.html?id=127172 > > > &

[perl #127172] [PATCH] Support for auto-generating private accessors.

2016-01-05 Thread via RT
# New Ticket Created by David # Please include the string: [perl #127172] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127172 > I propose this patch so as to make private attributes user friendly just like public attribu

Re: [perl #127126] [PATCH] Decent sqrt() - makes sqrt(-1+0i) == i

2016-01-02 Thread Elizabeth Mattijsen
6 > > > > Oops, the previous message does not contain the patch so I am submitting > again. Use the patch below or just pull > https://github.com/rakudo/rakudo/pull/667 . > > > > I am glad perl6 supports complex numbers natively. What I am not glad is that &g

[perl #127126] [PATCH] Decent sqrt() - makes sqrt(-1+0i) == i

2016-01-02 Thread via RT
# New Ticket Created by Dan Kogai # Please include the string: [perl #127126] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127126 > Oops, the previous message does not contain the patch so I am submitting again. Use

[perl #126211] [PATCH] Use Terminal::ANSIColor instead of Term::ANSIColor

2015-10-09 Thread Christian Bartolomaeus via RT
Patch was applied with commit cd8ce4e639. I'm closing this ticket as 'resolved'.

[perl #126211] [PATCH] Use Terminal::ANSIColor instead of Term::ANSIColor

2015-09-28 Thread via RT
lor is deprecated. So use Terminal::ANSIColor instead. >From 0c682922b13d12f3179555efda6cd1345cb3c372 Mon Sep 17 00:00:00 2001 From: Shoichi Kaji Date: Mon, 28 Sep 2015 22:13:27 +0900 Subject: [PATCH] Use Terminal::ANSIColor instead of Term::ANSIColor Because Term::ANSIColor is deprecated See

[perl #123678] [PATCH] Use TAP::Harness for t/harness instead of Test::Harness

2015-08-29 Thread Will Coleda via RT
slightly- better turnaround time. TAP::Harness was introduced in 5.10.1 - I'm pretty sure our current perl5 build requirement is 5.10.0 - I'm not sure if we are ready to bump that up. Additionally, this patch no longer cleanly applies. -- Will "Coke" Coleda

[perl #123678] [PATCH] Use TAP::Harness for t/harness instead of Test::Harness

2015-08-29 Thread Will Coleda via RT
slightly- better turnaround time. TAP::Harness was introduced in 5.10.1 - I'm pretty sure our current perl5 build requirement is 5.10.0 - I'm not sure if we are ready to bump that up. Additionally, this patch no cleanly applies. -- Will "Coke" Coleda

[perl #125542] [PATCH] Warn on P5ish use of \ on single sigiled variable

2015-07-03 Thread via RT
400 Subject: [PATCH] Warn on P5ish use of \ on single sigiled variable --- src/Perl6/Grammar.nqp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Perl6/Grammar.nqp b/src/Perl6/Grammar.nqp index 42e8eeb..ac2d7aa 100644 --- a/src/Perl6/Grammar.nqp +++ b/src/Perl6/Grammar.nqp @@ -2575,6 +2575,8

[perl #125474] [PATCH] languages -> share

2015-06-25 Thread via RT
tle patch. It changes the target from 'languages' to 'share' for the modules. Also a little fix for the perl6 script tools/build/panda-state.p6 is added. Gerd >From f30500334b9f808fec405b62cfc7343308499106 Mon Sep 17 00:00:00 2001 From: gerd Date: Wed, 24 Jun 2015 15:4

[perl #125279] [PATCH] Fix typo in IO::Path.rename which caused bogus "Cannot find method 'postcircumfix:<( )>'"

2015-05-29 Thread via RT
e: Fri, 29 May 2015 19:59:41 +0200 Subject: [PATCH] Fix typo in IO::Path.rename This cause a bogus "Cannot find method 'postcircumfix:<( )>'" exception to be thrown when trying to rename a nonexistent file, instead of returning the correct Failure. --- src/core/IO/P

Re: [perl #125269] [PATCH] Let .make pass on its parameter without containerizing it

2015-05-28 Thread Elizabeth Mattijsen
Fixed with 0a0051c6979d21bfdc2e > On 28 May 2015, at 20:28, Sam S. (via RT) > wrote: > > # New Ticket Created by Sam S. > # Please include the string: [perl #125269] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/Ticket/Display.html?id=125269

[perl #125269] [PATCH] Let .make pass on its parameter without containerizing it

2015-05-28 Thread via RT
.de/perl6/2015-05-28#i_10669973 ) >From a63b2c5a0febd4ed64edf2b56e51d19a8b1ce26d Mon Sep 17 00:00:00 2001 From: smls Date: Thu, 28 May 2015 20:22:45 +0200 Subject: [PATCH] Make sure that .make never forces itemization (see http://irclog.perlgeek.de/perl6/2015-05-28#i_10669973 ) --- src/core/Match.

[perl #124104] [PATCH] dealing with degenerate case for polymod.

2015-03-18 Thread via RT
ttp://rosettacode.org/wiki/Van_der_Corput_sequence#Perl_6, I've noticed that 0.polymod($base xx *) returns nothing and I thought this is wrong. I suggest the attached patch in order to have polymod return zero whenever self is zero.>From 75f1b01e951270173dc3a6d04dad18c4de9c99ac Mon Sep 17 00:00:00 20

[perl #123678] [PATCH] Use TAP::Harness for t/harness instead of Test::Harness

2015-01-27 Thread via RT
it. Doesn't add noticeable spectest speedups, sorry (just prettier code :)>From 74a3d77b31d2449fb62c3968768a0e92591eb077 Mon Sep 17 00:00:00 2001 From: Anthony Parsons Date: Mon, 26 Jan 2015 22:16:35 + Subject: [PATCH] Switch to using TAP::Harness directly in t/harness The previous code woul

[perl #123496] [PATCH] Make "use vstring" for v < 5 or v > 6 an error.

2014-12-27 Thread via RT
# New Ticket Created by Konrad Borowski # Please include the string: [perl #123496] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=123496 > --- src/Perl6/Grammar.nqp | 32 +++- src/core/Exception.p

Re: [perl #121072] [PATCH] Use the git protocol instead of https, as the build is breaking in systems where curl-devel packages are not installed(Or more importantly can't be installed, due to various

2014-01-24 Thread Moritz Lenz
On 01/24/2014 05:15 PM, Will Coleda via RT wrote: > On Thu Jan 23 22:11:10 2014, arafatkam...@gmail.com wrote: >> > > There are other situations where *only* http connections are allowed, and git > connections are not (corporate firewalls). I'd like to have some discussion > here before it gets

[perl #121072] [PATCH] Use the git protocol instead of https, as the build is breaking in systems where curl-devel packages are not installed(Or more importantly can't be installed, due to various rea

2014-01-24 Thread Will Coleda via RT
On Thu Jan 23 22:11:10 2014, arafatkam...@gmail.com wrote: > There are other situations where *only* http connections are allowed, and git connections are not (corporate firewalls). I'd like to have some discussion here before it gets applied. -- Will "Coke" Coleda

[perl #121072] [PATCH] Use the git protocol instead of https, as the build is breaking in systems where curl-devel packages are not installed(Or more importantly can't be installed, due to various rea

2014-01-23 Thread via RT
1 From: kamaal Date: Fri, 24 Jan 2014 06:04:40 + Subject: [PATCH] Use the git protocol instead of https, as the build is breaking in systems where curl-devel packages are not installed(Or more importantly can't be installed, due to various reasons) --- tools/lib/NQP/Configure.pm |

Re: [perl #120520] [PATCH] Fix building multiple backends on moar-support branch

2013-11-12 Thread Tobias Leich
Patch applied, thank you! :o) https://github.com/rakudo/rakudo/commit/f5a38f2e97 Am 12.11.2013 16:35, schrieb Nick Glencross (via RT): > # New Ticket Created by Nick Glencross > # Please include the string: [perl #120520] > # in the subject line of all future correspondence about t

[perl #120520] [PATCH] Fix building multiple backends on moar-support branch

2013-11-12 Thread via RT
# New Ticket Created by Nick Glencross # Please include the string: [perl #120520] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=120520 > Hi all, This patch fixes a problem where RUN_PERL6 is clashing across build varia

[perl #120372] [PATCH] fix rakudo jvm Configure line in doc

2013-10-27 Thread via RT
Steve Mynott Date: Sat, 26 Oct 2013 11:15:14 +0100 Subject: [PATCH] fix rakudo jvm Configure line in doc --- README |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 6a81b92..480e673 100644 --- a/README +++ b/README @@ -34,7 +34,7 @@ Rakudo Perl 6 will

[perl #119353] [PATCH] label added in the grammar

2013-08-18 Thread via RT
# New Ticket Created by equinox # Please include the string: [perl #119353] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=119353 > Hi, A patch.. I ran the spec test. No regression. jaffa4 &g

[perl #119323] [PATCH] Option to use HTTPS instead of GIT protocol

2013-08-16 Thread Vladimir N. Indik
it native protocol for sync with github. Patch in attach adds an option for use HTTPS instead of git native protocol. -- Vladimir N. Indik 1;>From 1f8dc42ebd85547fe2e458a5c5e6f87fd95f1556 Mon Sep 17 00:00:00 2001 From: "Vladimir N. Indik" Date: Fri, 16 Aug 2013 11:05:22 +0400 Sub

[perl #78152] [PATCH] Remove rakudo build dependency on shell/backticks and allow smoother windows (g|mingw32-)make spectest_smolder

2013-05-25 Thread Will Coleda via RT
On Sat Oct 08 13:47:10 2011, coke wrote: > On Sat Oct 02 03:23:18 2010, moritz wrote: > > Thanks for the patch, I've applied it. > > > > I'm leaving this ticket open for now, until we've decided what to do > > about the documentation. > > Let'

[perl #82312] [PATCH] optimized Range for getting its size if its a numeric range

2013-03-28 Thread Will Coleda via RT
> > > ... and creates others. Consider > > > > (0..^3.3).Numeric > > > > Where you patch makes it return 3, but 4 is the correct answer. > > shame :( but fixed it ^^ > > > Maybe checking for ~~ Int instead of ~~ Numeric helps, but we also need >

[perl #93576] [PATCH] Allow (g|mingw32-)make t/spec/S02-builtin_data_types/anon_block.t (or any other test file) workable under Windows

2013-03-28 Thread Will Coleda via RT
I'm sorry, I was going through the bug queue and found this patch - I tried to apply it and it unfortunately no longer applies. I'm going to reject this ticket - if this is still any issue for with a recent version of rakudo, please open a new ticket. Thanks. On Sun Jun 26 10:

Re: [perl #116026] AutoReply: [PATCH] Added functionality for strings to be reversed like lists

2012-12-09 Thread Zachary Bornheimer
I'm not sure my patch was received, so here it is in the body of this email: ====Patch Start >From a159724ab2125ba9f61534ae2d6de3c1b98485ce Mon Sep 17 00:00:00 2001 From: Z. Bornheimer Date: Sat, 8 Dec 2012 11:47:26 -0500 Subject: [PATCH 2/2] A

[perl #116026] [PATCH] Added functionality for strings to be reversed like lists

2012-12-09 Thread via RT
x27;this is a string'.reverse or reverse 'this is a string' and getting the desired result. With this patch, I have added the sub for reversing strings and also the Str method and fixes this problem ## Z. Bornheimer 0002-Added-the-functionality-to-reverse-strings-with-a-re.patch Description: Binary data

[perl #115120] [PATCH] Add minimal 'x' flag to pack()

2012-10-13 Thread Will Coleda via RT
This patch was applied by moritz++ and the OP supplied tests. Closing ticket. -- Will "Coke" Coleda

Re: [perl #115120] AutoReply: [PATCH] Add minimal 'x' flag to pack()

2012-10-12 Thread Timothy Totten
I have added 3 new tests to the S32-str/pack.t test file in 'roast' that test the functionality of this patch.

[perl #115120] [PATCH] Add minimal 'x' flag to pack()

2012-10-05 Thread via RT
# New Ticket Created by Timothy Totten # Please include the string: [perl #115120] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=115120 > Find patch attached. 0001-Added-x-to-pack.patch Description: Binary data

[perl #111426] [PATCH] Error building nqp 2012.02 on NetBSD

2012-02-29 Thread via RT
D's) doesn't look for BSDmakefile, only makefile and Makefile, so it can't find any targets in the dyncall directory. The dyncall manual says to use make -f BSDmakefile for NetBSD. The attached patch does that. -- Mike Small sma...@panix.com >From f1b736029d356c04958b5e24230883a5cfe50

RE: [perl #78626] Patch: support higher arity in reduce()

2011-12-08 Thread s mosher
7;s a great language whichever way you slice it. > Subject: Re: [perl #78626] Patch: support higher arity in reduce() > From: perl6-bugs-follo...@perl.org > To: smosh...@hotmail.com > Date: Thu, 13 Oct 2011 02:02:28 -0700 > > Am 13.10.2011 06:01, schrieb smos...@loveandhotsa

Re: [perl #101858] [PATCH] [BUG] List.unshift won't unshift false values in nom

2011-10-21 Thread Geoffrey Broadwell
See attached short patch to src/core/List.pm to fix #101858. -'f >From d18c6af3e8c8bd2e1dc43d132fcc2cb39fc41e6c Mon Sep 17 00:00:00 2001 From: Geoffrey Broadwell Date: Thu, 20 Oct 2011 21:28:36 -0700 Subject: [PATCH] List.unshift(): loop while @elems is non-empty, not while first el

[perl #101474] [PATCH] DWIM better in orig-string role in MAIN_HELPER()

2011-10-17 Thread via RT
# New Ticket Created by geo...@corp.sonic.net # Please include the string: [perl #101474] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=101474 > Attached please find a patch that makes the orig-string role in no

[perl #101464] [PATCH] Changes since snapshot 1 of main-usage

2011-10-17 Thread via RT
# New Ticket Created by Geoffrey Broadwell # Please include the string: [perl #101464] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=101464 > Attached please find a patch updating nom's src/core/Main.pm to th

[perl #101464] [PATCH] Changes since snapshot 1 of main-usage

2011-10-17 Thread Carl Mäsak via RT
On Sun Oct 16 14:33:58 2011, g...@sonic.net wrote: > Attached please find a patch updating nom's src/core/Main.pm to the > latest snapshot from my local branch. Applied; closing ticket.

[perl #101474] [PATCH] DWIM better in orig-string role in MAIN_HELPER()

2011-10-17 Thread Carl Mäsak via RT
On Sun Oct 16 16:23:14 2011, geo...@corp.sonic.net wrote: > Attached please find a patch that makes the orig-string role > in nom's MAIN_HELPER() DWIM a better. Applied; closing ticket.

Re: [perl #78626] Patch: support higher arity in reduce()

2011-10-13 Thread Moritz Lenz
Am 13.10.2011 06:01, schrieb smos...@loveandhotsauce.net: That's fine, I think it was already shot down owing to the supposedly dubious utility of supporting higher arities in .reduce() By the way, I submitted the patch because the error message had (and still has) the "for now&quo

Re: [perl #78626] Patch: support higher arity in reduce()

2011-10-13 Thread smosher
Hi, That's fine, I think it was already shot down owing to the supposedly dubious utility of supporting higher arities in .reduce() By the way, I submitted the patch because the error message had (and still has) the "for now" wording when you try any other arity. But af

[perl #78152] [PATCH] Remove rakudo build dependency on shell/backticks and allow smoother windows (g|mingw32-)make spectest_smolder

2011-10-08 Thread Will Coleda via RT
On Sat Oct 02 03:23:18 2010, moritz wrote: > Thanks for the patch, I've applied it. > > I'm leaving this ticket open for now, until we've decided what to do > about the documentation. Let's either add a Windows section to the main README, or a new README.win

[perl #77412] [PATCH] Fix sub hash() and improve Parcel.hash

2011-10-08 Thread Will Coleda via RT
to have missed this patch, and the repository has changed enough that files in the patch are now gone. If you feel this still needs patching, please throw us another one, and ping me on IRC if it doesn't get applied or commented on in a day. Sorry, and thanks for trying to make rakudo bett

[perl #78626] Patch: support higher arity in reduce()

2011-10-04 Thread Will Coleda via RT
tionality was already present... it needed two lines commented >out, two uncommented. Since tests passed and there were no >explanatory comments in the file, jnthn suggested I mail in a diff. >Here it is. > > I was considering including another patch to support functions th

[perl #67046] [PATCH] - implemented: "not" "Object"'s method, and "sign" "Num"'s method

2011-10-04 Thread Will Coleda via RT
On Fri Aug 13 13:55:11 2010, lithos wrote: > ".not" and ".so" are still missing in current Rakudo: > > $ ./perl6 > > True.so > Method 'so' not found for invocant of class 'Bool' > > True.not > Method 'not' not found for invocant of class 'Bool' > > 1.so > Method 'so' not found for invocant of clas

[perl #75818] [BUG] [PATCH] Zip operator Z should return a list of parcels

2011-10-04 Thread Will Coleda via RT
On Thu Jun 17 00:38:17 2010, ciphertext wrote: > ciphertext: rakudo: (1,2,3 Z 4,5,6).perl.say > p6eval: rakudo c9ee2e: OUTPUT«(1, 4, 2, 5, 3, 6)␤» > ciphertext: rakudo: (1,2,3 Z[,] 4,5,6).perl.say > p6eval: rakudo c9ee2e: OUTPUT«(1, 4, 2, 5, 3, 6)␤» > pmichaud: > (1,2,3 Z[,] 4,5,6).perl.say > pmich

[perl #75752] [PATCH] make realclean before svn update (parrot)

2011-10-04 Thread Will Coleda via RT
svn checkout -r), $reqsvn , > > qw(https://svn.parrot.org/parrot/trunk parrot)); > > + > > +chdir('parrot') || die "Can't chdir to 'parrot': $!"; > > + > > + > > print "\nConfiguring Parrot ...\n"; > > my @config_com

[perl #64708] [PATCH] Implemented the slurp method to be invoked on Str file names

2011-10-03 Thread Will Coleda via RT
On Mon Apr 13 17:10:03 2009, nelo.ony...@googlemail.com wrote: > Hi all, > > I hope this PATCH is correct. A couple of issues came up whilst I was > working on this: > > > Shouldn't we be able to return from within the try block? >According to http://www.rakudo.

[perl #74008] [PATCH] Lazy assignation to Seq and Array

2011-09-30 Thread Will Coleda via RT
On Fri Apr 02 14:20:38 2010, jmarti wrote: > This patch implements lazy assignation to Seq and Array objects. Sorry about the delay in responding. While the patch no longer cleanly applies, it looks like this feature does exist in current rakudo: 19:58 < [Coke]> nom: my @range_a =

[perl #63228] [PATCH] Support using $? variables and implement $?PROGRAM

2011-09-23 Thread Will Coleda via RT
On Fri Feb 13 21:50:40 2009, chrisdolan wrote: > On Fri Feb 13 21:14:59 2009, ch...@chrisdolan.net wrote: > > This patch adds support for '?' twigil variables to actions.pm and > > declares the $?PROGRAM read-only global variable in !UNIT_START. The > > value s

[perl #77066] [PATCH] Fix + speed up Hash!STORE method

2011-09-20 Thread Will Coleda via RT
Thank you very much for the patch, sorry for the delay in responding. Unfortunately, the patch seems to be corrupt, (so says git apply), but recent changes on rakudo's nom branch hopefully have improved the situation you were trying to remedy here. Thanks again. -- Will "Coke" Coleda

[perl #75810] [PATCH] Multiple bug fixes (list branch)

2011-09-19 Thread Will Coleda via RT
On Wed Jun 16 09:05:34 2010, ciphertext wrote: > Apply to branch list, commit ddb39d064c6e334f4d08 > Fixes these bugs: Sorry, this branch has been deleted. If these fixes are still relevant, we'd love a patch against the latest (nom) branch. Thanks, sorry for the delay in processing

[perl #75686] [PATCH] - add limit definition to lines sub

2011-09-19 Thread Will Coleda via RT
Sorry it took so long, but, while the patch has bitrotted slightly and won't apply, it looks like we now have a limit arg anyway. Thanks for the patches, we'll try to get faster in processing the backload! -- Will "Coke" Coleda

[perl #75030] [PATCH] Lexical persistence & autoprinting for the REPL

2011-09-19 Thread Will Coleda via RT
Closing ticket as resolved - I don't think we applied the original patch, but we have REPL autoprinting for some time now. Thanks for the submission! -- Will "Coke" Coleda

[perl #73392] [PATCH] Fix parsing of overflowing numbers with exponent part

2011-09-19 Thread Will Coleda via RT
Sorry about the delay in responding. These patches no longer apply, so I'm rejecting the ticket. Thanks for the submittal, we do appreciate it, even if we're slow to respond. -- Will "Coke" Coleda

[perl #73350] [PATCH] Add p5chomp and add p5chomp and p5chop to tests

2011-09-19 Thread Will Coleda via RT
Sorry about the delay in responding. Thanks for the patch. These were removed from the spec in https://github.com/perl6/specs/commit/9538e55c7dbcadf6002a2b68b8baaf094f8af78d -- Will "Coke" Coleda

[perl #65120] [PATCH] Consistent semantics for slurp and lines subs

2011-09-11 Thread Ron Schmidt via RT
> Thanks for the patch ... unfortunately, this patch no longer cleanly > applies. Can you rebase > and re-submit? I'll leave the ticket open for a little while. > > Regards. I don't know how long this has been true, but at this point $*IO.slurp and $fh.slurp work a

[perl #93576] [PATCH] Allow (g|mingw32-)make t/spec/S02-builtin_data_types/anon_block.t (or any other test file) workable under Windows

2011-06-26 Thread via RT
doesn't work for me and after a discussion on IRC with JimmyZ, see http://irclog.perlgeek.de/perl6/2011-06-26#i_4005711, it became clear it didn't work for him on Windows either. I have attached a patch that fixes the problem to the point of having such a command line request usabl

Re: [perl #63408] [PATCH] use PCT::HLLCompiler.addstage()

2011-05-16 Thread Chris
Yes, closeable. Thanks. Chris "Tadeusz Sośnierz via RT" wrote: On Sun Feb 22 18:53:32 2009, ch...@chrisdolan.net wrote: > This trivial patch to perl6.pir changes Perl6::Compiler to use its > superclass' addstage() mutator instead of directly editing the > @stages att

[perl #84948] [PATCH] Fixed most IO::Stat functions

2011-02-27 Thread via RT
xed them, and added two new functions (isdev, islnk) that parrot implemented. This patch was also sent as a pull request on github. -- -Will Orr >From 57e34fc2d268134f992b72887acdfb72ec81768a Mon Sep 17 00:00:00 2001 From: William Orr Date: Fri, 25 Feb 2011 19:23:07 -0500 Subject: [PATCH] Fixe

[perl #84966] [PATCH] Added file test methods to IO.pm

2011-02-27 Thread via RT
rl6/specs/blob/master/S32-setting-library/IO.pod Additionally, I reimplemented IO.l in Perl6 rather than pir, and I changed the behaviour of IO.f so that it actually matched the spec (devices aren't normal files). Patch also submitted as github pull request. >From ef513564a171d724d602216e48f23

[perl #84950] [PATCH] Added basic IO functions

2011-02-27 Thread via RT
ough the underlying VM supports it. I added support for all of those functions, as well as adding the ability to get permissions information from IO::Stat. This patch was also submitted as a pull request on github. >From 581b99cdc23e474b8b4a8056328ecc013e32b754 Mon Sep 17 00:00:00 2001 From:

Re: [perl #84362] [PATCH] Sequence operator supports limit function with arity > 1

2011-02-27 Thread David Whipp
Thank you. My github ID is "dwhipp". Dave. On Fri, Feb 25, 2011 at 11:56 AM, Moritz Lenz via RT < perl6-bugs-follo...@perl.org> wrote: > On Thu Feb 17 14:35:14 2011, dwh...@google.com wrote: > > Attached patches add tests and implementation for sequence operator with > > limit-function arity >

Re: [perl #84362] AutoReply: [PATCH] Sequence operator supports limit function with arity > 1

2011-02-25 Thread David Whipp
One extra patch for this change: an error if the limit-function is a multi (not sure if you'll want to apply this as-is: I couldn't figure out why "fail" didn't result in an error. so used "die", instead). On Thu, Feb 17, 2011 at 2:35 PM, perl6 via RT wrote:

[perl #84362] [PATCH] Sequence operator supports limit function with arity > 1

2011-02-18 Thread via RT
$^b > $^b-$^c }; ## curvature: 5 values 1,2 ... { @_ == 4 }; ## length: 4 values >From 608d6c1dc96b81e0537d670d9949451c227f5708 Mon Sep 17 00:00:00 2001 From: Dave Whipp Date: Thu, 17 Feb 2011 12:08:45 -0800 Subject: [PATCH] tests of sequence operator with limit function having arit

Re: [perl #83498] [PATCH] for #82142:

2011-02-08 Thread anteusz
2011.02.07. 11:36 keltezéssel, Moritz Lenz via RT írta: And as an actual patch: --- a/src/Perl6/Grammar.pm +++ b/src/Perl6/Grammar.pm @@ -1477,6 +1477,7 @@ token quote:sym { } <.setup_quotepairs> [ +| '/' \s* '/'<.panic: "Null

Re: [perl #83498] [PATCH] for #82142:

2011-02-07 Thread Patrick R. Michaud
nstruct, the check should be > done in the regex parsing code once, as STD.pm6 does it. I completely agree; the check for null regex needs to be done in the regex parsing code. In particular, the following regex should also produce a "null pattern" exception of some sort, which th

Re: [perl #83498] [PATCH] for #82142:

2011-02-07 Thread Moritz Lenz
And as an actual patch: --- a/src/Perl6/Grammar.pm +++ b/src/Perl6/Grammar.pm @@ -1477,6 +1477,7 @@ token quote:sym { } <.setup_quotepairs> [ +| '/' \s* '/' <.panic: "Null regex in substitution not allowed"> | '/'

[perl #73148] PATCH Fix bug #68752, make perl6 --version more informative

2011-02-01 Thread Will Coleda via RT
On Sun Jan 30 22:57:36 2011, coke wrote: > On Fri Jun 11 05:09:26 2010, quester wrote: > > Updated the perl6 --version patch again for the Erlangen/May > release. > > (Also redid git format-patch since there have been more changes in > > build/Makefile.in.) > > >

[perl #73148] PATCH Fix bug #68752, make perl6 --version more informative

2011-01-30 Thread Will Coleda via RT
On Fri Jun 11 05:09:26 2010, quester wrote: > Updated the perl6 --version patch again for the Erlangen/May release. > (Also redid git format-patch since there have been more changes in > build/Makefile.in.) > > Looks like this style of output was not included, but we currentl

[perl #82362] proposed README patch

2011-01-19 Thread Will Coleda via RT
Thanks, applied as 0fc520e -- Will "Coke" Coleda

Re: [perl #82312] [PATCH] optimized Range for getting its size if its a numeric range

2011-01-19 Thread Gilbert Röhrbein
On Mo, 2011-01-17 at 13:34 -0800, Moritz Lenz via RT wrote: > On 01/16/2011 07:47 PM, Gilbert R. Roehrbein (via RT) wrote: > > fixes the problem which you encounter when you try to evaluate > > +(23..23) > > ... and creates others. Consider > > (0..^3.3).N

[perl #82362] proposed README patch

2011-01-19 Thread via RT
:00:00 2001 From: Michael Stevens Date: Mon, 17 Jan 2011 21:38:07 + Subject: [PATCH] Remove extra "to" in README. --- README |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/README b/README index d0fe100..8a0ff24 100644 --- a/README +++ b/README @@ -29,7 +2

Re: [perl #82312] [PATCH] optimized Range for getting its size if its a numeric range

2011-01-17 Thread Moritz Lenz
On 01/16/2011 07:47 PM, Gilbert R. Roehrbein (via RT) wrote: > fixes the problem which you encounter when you try to evaluate > +(23..23) ... and creates others. Consider (0..^3.3).Numeric Where you patch makes it return 3, but 4 is the correct answer. Maybe checking for ~~ Int i

[perl #82312] [PATCH] optimized Range for getting its size if its a numeric range

2011-01-17 Thread via RT
000) ~ payload >From b5d95340a193df9af8ccb185c33ef4177a7ab527 Mon Sep 17 00:00:00 2001 From: payload Date: Sun, 16 Jan 2011 19:33:04 +0100 Subject: [PATCH] optimized Range for getting its size if its a numeric range --- src/core/Range.pm | 10 ++ 1 files changed, 10 inse

[perl #80474] [PATCH] Fix RT #80256, Can't curry * !< $n in Rakudo

2010-12-10 Thread via RT
* > 3 > rakudo : OUTPUT«1234␤» > say 1, 2 ... * !< 3 > rakudo: say 1, 2 ... * !< 3 > rakudo : OUTPUT«Can't take numeric value for object of type > Whatever [...] > :/ > huh. > * masak submits rakudobug > must be some unfortunate combination of ! and opera

[perl #78214] [PATCH] Allow more windows environments with git to work correctly with build process

2010-11-29 Thread Ron Schmidt via RT
> One of the patches here, the one for root.in, is actually a one line > patch to a Parrot file. After this ticket is open, unless there are > objections, I will open a Parrot trac ticket and cross reference the > two patch tickets. The Parrot ticket was created and the relat

Re: [PATCH] typo fix for spec S05

2010-11-22 Thread Hongwen Qiu
On 11/22/2010 04:01 PM, Moritz Lenz wrote: Although it looks like a typo, "to vary" is indeed the correct verb here I'm not a native English speaker, so sorry for the noise.

Re: [PATCH] typo fix for spec S05

2010-11-22 Thread Moritz Lenz
Am 22.11.2010 08:39, schrieb Hongwen Qiu: > -argument vary faster than the left. In other words, C<&&> and C<||> establish > +argument very faster than the left. In other words, C<&&> and C<||> establish Although it looks like a typo, "to vary" is indeed the correct verb here (means as

[PATCH] [t] [S05] change one test for :state declaration, which supposed to fail.

2010-11-21 Thread Hongwen Qiu
I suppose DeclaratorTest1.parse('c3') should be OK, so change it to DeclaratorTest1.parse('c4'). >From 1dc270aa5a7927b21c2076c8d20e10d5027b044e Mon Sep 17 00:00:00 2001 From: Hongwen Qiu Date: Mon, 22 Nov 2010 15:42:34 +0800 Subject: [PATCH] [S05] change one test for :s

[PATCH] typo fix for spec S05

2010-11-21 Thread Hongwen Qiu
>From 110a2564bc622c3b5ed659d049f99baf2e1a7dbf Mon Sep 17 00:00:00 2001 From: Hongwen Qiu Date: Mon, 22 Nov 2010 15:32:47 +0800 Subject: [PATCH] [S05] typo fix. --- S05-regex.pod |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/S05-regex.pod b/S05-regex.pod in

RE: [perl #78626] Patch: support higher arity in reduce()

2010-10-30 Thread s mosher
> Subject: Re: [perl #78626] Patch: support higher arity in reduce() > From: perl6-bugs-follo...@perl.org > To: smosh...@hotmail.com > Date: Thu, 28 Oct 2010 12:10:30 -0700 > > Patrick R. Michaud wrote: > > On Wed, Oct 27, 2010 at 08:55:36PM -0700, Darren Duncan wrote:

Re: [perl #78626] Patch: support higher arity in reduce()

2010-10-28 Thread Darren Duncan
Patrick R. Michaud wrote: On Wed, Oct 27, 2010 at 08:55:36PM -0700, Darren Duncan wrote: Stephen Mosher (via RT) wrote: Attached is a diff against rakudo/src/core/Any-list.pm which adds support to reduce() for higher-arity functions. It ensures arity-list agreement and is generally safe. Other

Re: [perl #78626] Patch: support higher arity in reduce()

2010-10-28 Thread Patrick R. Michaud
On Wed, Oct 27, 2010 at 08:55:36PM -0700, Darren Duncan wrote: > Stephen Mosher (via RT) wrote: > >Attached is a diff against rakudo/src/core/Any-list.pm which adds support to > >reduce() for higher-arity functions. It ensures arity-list agreement and is > >generally safe. Other than the test, the

Re: [perl #78626] Patch: support higher arity in reduce()

2010-10-27 Thread Darren Duncan
Stephen Mosher (via RT) wrote: Attached is a diff against rakudo/src/core/Any-list.pm which adds support to reduce() for higher-arity functions. It ensures arity-list agreement and is generally safe. Other than the test, the functionality was already present... it needed two lines commented out

[perl #78626] Patch: support higher arity in reduce()

2010-10-27 Thread via RT
d I mail in a diff. Here it is. I was considering including another patch to support functions that reduce to more than a single term, but as it turns out this is best handled by using a [list] item instead. Note: if the supplied function _does_ return more than a single term, reduce() will

  1   2   3   4   5   6   7   8   9   10   >