Re: [perl #111796] Rakudo regex regression

2012-03-16 Thread Patrick R. Michaud
On Fri, Mar 16, 2012 at 03:51:49PM -0400, Will Coleda wrote: > In this case, if you build rakudo with --gen-parrot, you'll whatever > the recommended version for that release of rakudo. ...or any later version, if the parrot/ subdirectory is a git repository. > So, you could remove the ./install

Re: [perl #111796] Rakudo regex regression

2012-03-16 Thread Will Coleda
On Fri, Mar 16, 2012 at 1:04 PM, Brandon Allbery wrote: > On Fri, Mar 16, 2012 at 12:56, Nicholas Clark wrote: > >> On Fri, Mar 16, 2012 at 07:51:44AM -0700, Moritz Lenz wrote: >> > Somwhere between the 2012.02 release and 2012.02-180-g16bf0f4, test 253 >> > in S05-mass/rx.t started to fail: >> >

Re: [perl #111796] Rakudo regex regression

2012-03-16 Thread Brandon Allbery
On Fri, Mar 16, 2012 at 12:56, Nicholas Clark wrote: > On Fri, Mar 16, 2012 at 07:51:44AM -0700, Moritz Lenz wrote: > > Somwhere between the 2012.02 release and 2012.02-180-g16bf0f4, test 253 > > in S05-mass/rx.t started to fail: > > Isn't this were a git bisect is a routine way to find out the c

Re: [perl #111796] Rakudo regex regression

2012-03-16 Thread Nicholas Clark
On Fri, Mar 16, 2012 at 07:51:44AM -0700, Moritz Lenz wrote: > Somwhere between the 2012.02 release and 2012.02-180-g16bf0f4, test 253 > in S05-mass/rx.t started to fail: > > eval_dies_ok '/a|&b/', 'alternation and conjunction (|&) - parse error'; > > I have no idea what might caused it, but th