> On 09 Jun 2015, at 21:10, Elizabeth Mattijsen (via RT)
> wrote:
>
> # New Ticket Created by Elizabeth Mattijsen
> # Please include the string: [perl #125371]
> # in the subject line of all future correspondence about this issue.
> # https://rt.perl.org/Ticket/Display.html?id=125371 >
>
>
# New Ticket Created by Elizabeth Mattijsen
# Please include the string: [perl #125371]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=125371 >
[20:53:15] m: my $a := $a; say $a # jackpot!
[20:53:16] <+camelia> rakudo
l.s.
Installing the BSON module gives the following fault when it runs the
tests. It fails in t/700-encodable.t as shown below
$ panda install BSON
...
t/100-double.t . ok
t/101-binary.t . ok
t/102-int.t ok
t/500-native.t . ok
t/600-extended.t ... ok
===SORRY!===
Merging G
Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: ef4b8b725a327c5815483a8e823201f2ec73f137
https://github.com/perl6/specs/commit/ef4b8b725a327c5815483a8e823201f2ec73f137
Author: Elizabeth Mattijsen
Date: 2015-06-09 (Tue, 09 Jun 2015)
Changed paths:
Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: 866db9044ef65c3bef6397349c63583bf4cf5b80
https://github.com/perl6/specs/commit/866db9044ef65c3bef6397349c63583bf4cf5b80
Author: Stéphane Payrard
Date: 2015-06-09 (Tue, 09 Jun 2015)
Changed paths:
M S
Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: afd68e6573c3862ad57364621b21af84b17f0078
https://github.com/perl6/specs/commit/afd68e6573c3862ad57364621b21af84b17f0078
Author: Stéphane Payrard
Date: 2015-06-09 (Tue, 09 Jun 2015)
Changed paths:
M S
Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: 939451c3c16a62f7e6be3d2d6a1919ce6cf6d5ae
https://github.com/perl6/specs/commit/939451c3c16a62f7e6be3d2d6a1919ce6cf6d5ae
Author: Paul Cochrane
Date: 2015-06-09 (Tue, 09 Jun 2015)
Changed paths:
M S32-
# New Ticket Created by
# Please include the string: [perl #125365]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=125365 >
How to reproduce:
perl6 -e '0.^methods(:all).sort'
Unexpected output:
Code object coerced
gdb says:
Program received signal SIGSEGV, Segmentation fault.
0x77952fb7 in push ()
from /home/jonathan/.rakudobrew/moar-nom/install/lib/libmoar.so
and valgrind says:
==16279== Invalid write of size 8
==16279==at 0x4FB4FB7: push (in
/home/jonathan/.rakudobrew/moar-nom/install/li
Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: b4b49fcd52a9731213ad135788df89d67b5e235c
https://github.com/perl6/specs/commit/b4b49fcd52a9731213ad135788df89d67b5e235c
Author: Paul Cochrane
Date: 2015-06-09 (Tue, 09 Jun 2015)
Changed paths:
M S32-
> > Hi all!
> >
> > From http://perldoc.perl.org/functions/substr.html:
> >
> > substr has a 4th argument (or you can use substr as an lvalue) for
> > replacement.
> > substr EXPR,OFFSET,LENGTH,REPLACEMENT
> >
> > From http://doc.perl6.org/routine/substr I don't see any way to do a
> > replace
11 matches
Mail list logo