Re: [perl6/specs] 614b6f: doc with/without

2015-08-11 Thread Richard Hainsworth
Is there an error in the cascade? Shouldn't the indices be 'a', 'b', 'c'; not 'a','a','a' ? On 08/10/2015 11:26 PM, yary wrote: with, without look awesome. -y On Sat, Aug 8, 2015 at 2:38 PM, GitHub nore...@github.com mailto:nore...@github.com wrote: Branch: refs/heads/master

Just to say 'Well Done' to developers

2015-11-10 Thread Richard Hainsworth
. Regards, Richard Hainsworth (finanalyst)

Re: Backwards compatibility and release 1.0

2015-10-15 Thread Richard Hainsworth
s would need to have vetted the modules in the bundle, especially those without all badges. Regards, Richard On 10/14/2015 05:54 PM, Moritz Lenz wrote: On 10/13/2015 10:52 AM, Richard Hainsworth wrote: Following on the :D not :D thread, something odd stuck out. On 10/13/2015 03:17 P

Backwards compatibility and release 1.0

2015-10-13 Thread Richard Hainsworth
Following on the :D not :D thread, something odd stuck out. On 10/13/2015 03:17 PM, Moritz Lenz wrote: But hopefully none of them breaking backwards compatibility on such a large scale. The last few backwards incompatible changes still cause pain in the ecosystem. We have 390+ modules, and

Unwanted failure and FAILGOAL

2016-05-10 Thread Richard Hainsworth
I have the following in a grammar rule TOP{ ^ + $ }; rule statement { '=' | { { self.panic($/, "Declaration syntax incorrect") } } }; rule endvalue { '(' ~ ')' | { self.panic($/, "Invalid declaration.")

<    1   2