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
# 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
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
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.
> #
"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
# 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
# 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
# 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