Re: [perl #53548] [PATCH] fix for auto-generation of runtime/parrot/include/interpflags.pasm

2008-05-21 Thread chromatic
On Saturday 10 May 2008 20:39:55 Chris Dolan wrote: > I can reproduce it now after "make realclean; svn update; perl > Configure.pl; make", but I didn't see it before. Odd... > > Anyway, the problem was the /()(?: () )*/ regex construct which > returned an undef match for the second capture. I a

Re: [perl #53548] [PATCH] fix for auto-generation of runtime/parrot/include/interpflags.pasm

2008-05-11 Thread Chris Dolan
On May 10, 2008, at 7:38 PM, chromatic via RT wrote: I tried this patch, and I'm getting warnings: Generating runtime/parrot/include...Use of uninitialized value in hash element at config/gen/parrot_include.pm line 105, <$fh> line 32. Use of uninitialized value in pattern match (m//) at config/g

[perl #53548] [PATCH] fix for auto-generation of runtime/parrot/include/interpflags.pasm

2008-05-10 Thread chromatic via RT
I tried this patch, and I'm getting warnings: Generating runtime/parrot/include...Use of uninitialized value in hash element at config/gen/parrot_include.pm line 105, <$fh> line 32. Use of uninitialized value in pattern match (m//) at config/gen/parrot_include.pm line 105, <$fh> line 32. .

[perl #53548] [PATCH] fix for auto-generation of runtime/parrot/include/interpflags.pasm

2008-04-29 Thread via RT
# New Ticket Created by Chris Dolan # Please include the string: [perl #53548] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=53548 > The file runtime/parrot/include/interpflags.pasm is auto-generated by config/gen/parrot