Re: How to do a substring replacement in Perl 6

2015-06-09 Thread Paul Cochrane
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 replacement. What is the

[perl #125365] [BUG] Segfault on 0.^methods(:all).sort

2015-06-09 Thread Jonathan Stowe via RT
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

[perl6/specs] b4b49f: Improve wording about substr-rw aliasing

2015-06-09 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: b4b49fcd52a9731213ad135788df89d67b5e235c https://github.com/perl6/specs/commit/b4b49fcd52a9731213ad135788df89d67b5e235c Author: Paul Cochrane p...@liekut.de Date: 2015-06-09 (Tue, 09 Jun 2015) Changed

[perl #125365] [BUG] Segfault on 0.^methods(:all).sort

2015-06-09 Thread via RT
# New Ticket Created by # Please include the string: [perl #125365] # in the subject line of all future correspondence about this issue. # URL: https://rt.perl.org/Ticket/Display.html?id=125365 How to reproduce: perl6 -e '0.^methods(:all).sort' Unexpected output: Code object

[perl6/specs] 939451: Add an initial string so that the code example run...

2015-06-09 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 939451c3c16a62f7e6be3d2d6a1919ce6cf6d5ae https://github.com/perl6/specs/commit/939451c3c16a62f7e6be3d2d6a1919ce6cf6d5ae Author: Paul Cochrane p...@liekut.de Date: 2015-06-09 (Tue, 09 Jun 2015) Changed

panda seeing duplicate symbol definitions

2015-06-09 Thread mt1957
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

[perl6/specs] ef4b8b: Remove .graphs fossils

2015-06-09 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: ef4b8b725a327c5815483a8e823201f2ec73f137 https://github.com/perl6/specs/commit/ef4b8b725a327c5815483a8e823201f2ec73f137 Author: Elizabeth Mattijsen l...@dijkmat.nl Date: 2015-06-09 (Tue, 09 Jun 2015)

[perl6/specs] 866db9: S99: spotted synthetic character on #p6. Added e...

2015-06-09 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 866db9044ef65c3bef6397349c63583bf4cf5b80 https://github.com/perl6/specs/commit/866db9044ef65c3bef6397349c63583bf4cf5b80 Author: Stéphane Payrard cognomi...@gmail.com Date: 2015-06-09 (Tue, 09 Jun 2015)

[perl6/specs] afd68e: S99: fixed previous entries; thx jnthn++, lizmat++...

2015-06-09 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: afd68e6573c3862ad57364621b21af84b17f0078 https://github.com/perl6/specs/commit/afd68e6573c3862ad57364621b21af84b17f0078 Author: Stéphane Payrard cognomi...@gmail.com Date: 2015-06-09 (Tue, 09 Jun 2015)

[perl #125371] Segv on binding to one self and saying it

2015-06-09 Thread via RT
# New Ticket Created by Elizabeth Mattijsen # Please include the string: [perl #125371] # in the subject line of all future correspondence about this issue. # URL: https://rt.perl.org/Ticket/Display.html?id=125371 [20:53:15] lizmatm: my $a := $a; say $a # jackpot! [20:53:16]

Re: [perl #125371] Segv on binding to one self and saying it

2015-06-09 Thread Elizabeth Mattijsen
On 09 Jun 2015, at 21:10, Elizabeth Mattijsen (via RT) perl6-bugs-follo...@perl.org wrote: # New Ticket Created by Elizabeth Mattijsen # Please include the string: [perl #125371] # in the subject line of all future correspondence about this issue. # URL: