[perl #125771] Rakudo on OS X 10.6.8

2015-08-10 Thread Will Coleda via RT
On Sun Aug 09 20:09:50 2015, coke wrote: > On Sun Aug 09 20:04:17 2015, coke wrote: > > > If we're using autodie in the perl5 Configure script, that's an > > implicit dependency on 5.10.1 ; the declared dep is on 5.10.0, > > however. > > > > I'll update the scripts to make it explicit, but in the

[perl #125780] redefining $?FILE silently allowed

2015-08-10 Thread via RT
# New Ticket Created by Elizabeth Mattijsen # Please include the string: [perl #125780] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125780 > [14:13:25] $?FILE is not working as expected [14:13:48] $?FILE is still re

Re: [perl #125771] Rakudo on OS X 10.6.8

2015-08-10 Thread Will Coleda
Sorry, there was apparently a small typo in that commit. Just grab this copy of the file: https://github.com/MoarVM/MoarVM/blob/master/build/mk-moar-pc.in Regards. On Mon, Aug 10, 2015 at 8:44 AM, Will Coleda via RT wrote: > On Sun Aug 09 20:09:50 2015, coke wrote: >> On Sun Aug 09 20:04:17 201

Re: [perl #125780] redefining $?FILE silently allowed

2015-08-10 Thread Elizabeth Mattijsen
Fixed with 571b4fab525d4ebf7e0f63c , closable with tests > On 10 Aug 2015, at 14:48, Elizabeth Mattijsen (via RT) > wrote: > > # New Ticket Created by Elizabeth Mattijsen > # Please include the string: [perl #125780] > # in the subject line of all future correspondence about this issue. > #

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

2015-08-10 Thread yary
"with", "without" look awesome. -y On Sat, Aug 8, 2015 at 2:38 PM, GitHub wrote: > Branch: refs/heads/master > Home: https://github.com/perl6/specs > Commit: 614b6f36e1cae4c787e378bc6ab2afa1f86de1f0 > > https://github.com/perl6/specs/commit/614b6f36e1cae4c787e378bc6ab2afa1f86de1f0 > A

[perl #125782] Uncaught exceptions in start { } blocks get no backtrace when raised via await

2015-08-10 Thread via RT
# New Ticket Created by Rob Hoelz # Please include the string: [perl #125782] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125782 > See the attached script. The original backtrace of an exception seems to vanish when awaiti

[perl #125783] callsame does not work more than once (callsame; callsame; callsame;)

2015-08-10 Thread via RT
# New Ticket Created by Alex Jakimenko # Please include the string: [perl #125783] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125783 > Code: sub foo { say 'X' }; &foo.wrap:{ callsame; callsame; callsame }; foo; Result: X

[perl #125784] Negative overflow in Str.index $startpos

2015-08-10 Thread via RT
# New Ticket Created by Alex Jakimenko # Please include the string: [perl #125784] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125784 > Code: say index 'xxy', 'y', -99