[perl6/specs] efa4c1: missing

2012-05-10 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: efa4c189e368bbc93640cbfd4c8e0a7b81c3cd9d https://github.com/perl6/specs/commit/efa4c189e368bbc93640cbfd4c8e0a7b81c3cd9d Author: Matthew Wilson Date: 2012-05-10 (Thu, 10 May 2012) Changed paths: M S05

Re: [perl #111516] [BUG] constant with big Int literal

2012-05-10 Thread Lucien Grondin
On Thu, May 03, 2012 at 06:17:51AM -0700, Moritz Lenz via RT wrote: > This works on my machine with an up-to-date rakudo. Could you please > re-test it on your machine? It does work fine now indeed. Thanks!

Re: Is rindex broken or does my brain need a reboot?

2012-05-10 Thread Moritz Lenz
Now fixed in 2012.04.1-93-g128e996: $ ./perl6 -e 'say @*ARGS[0].rindex("e")' perl 1