A word of appreciation

2013-12-14 Thread Parrot Raiser
For the way Rakudo Star is packaged. I've been trying to compile various other Open Source packages, and encountering a world of frustration. Everything seems to resolve into an endless regression of obscure dependencies, with bits missing. For one, the first step was installing a variant of "mak

[perl6/specs] 9c555e: The addition of S15!

2013-12-14 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 9c555ea63fe08209ea0ba685b363e6fbb928031c https://github.com/perl6/specs/commit/9c555ea63fe08209ea0ba685b363e6fbb928031c Author: lue Date: 2013-12-11 (Wed, 11 Dec 2013) Changed paths: A S15-unicode.po

how to set constants from command line?

2013-12-14 Thread Richard Hainsworth
I would like to set a series of magic numbers from the command line. I have in a program constant N-SCENARIOS = 10; which works great. But I would like to set an option in the command line, such as perl6 program.p6 scenarios=15 and then within program have the option assigned to the constant

Re: how to set constants from command line?

2013-12-14 Thread Moritz Lenz
Hi Richard, On 12/12/2013 08:56 AM, Richard Hainsworth wrote: I would like to set a series of magic numbers from the command line. I have in a program constant N-SCENARIOS = 10; which works great. But I would like to set an option in the command line, such as perl6 program.p6 scenarios=15 .

[perl6/specs] f4b120: [S15] Replace .compose/.decompose methods.

2013-12-14 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: f4b12007dbcae35464a0e9fa3497c1f48c0b85b0 https://github.com/perl6/specs/commit/f4b12007dbcae35464a0e9fa3497c1f48c0b85b0 Author: lue Date: 2013-12-13 (Fri, 13 Dec 2013) Changed paths: M S15-unicode.po

[perl6/specs] c834ab: [S15] More leftover stuff from the pre-multitype d...

2013-12-14 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: c834ab13caaea15cbe5c37d9670e28c315b90d22 https://github.com/perl6/specs/commit/c834ab13caaea15cbe5c37d9670e28c315b90d22 Author: lue Date: 2013-12-13 (Fri, 13 Dec 2013) Changed paths: M S15-unicode.po

[perl6/specs] db9924: [S15] Change .chr(s) to return Uni, not Str.

2013-12-14 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: db9924434cfbf1d13fd79c461ace06ebc90b348d https://github.com/perl6/specs/commit/db9924434cfbf1d13fd79c461ace06ebc90b348d Author: lue Date: 2013-12-13 (Fri, 13 Dec 2013) Changed paths: M S15-unicode.po

Re: [perl6/specs] 9c555e: The addition of S15!

2013-12-14 Thread Eirik Berg Hanssen
On Thu, Dec 12, 2013 at 8:02 AM, GitHub wrote: > Of note is that this spec is in Pod6, because that's the version of Pod > I'm familiar with, I can't be bothered to convert to a far less familiar > POD at the moment, and frankly the specs should be in Pod6 in the first > place :) . > Github do