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
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:
>>
>
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
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