[perl #130663] problem mixing in role with multi builds

2017-01-28 Thread via RT
# New Ticket Created by mt1957 # Please include the string: [perl #130663] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130663 > Hi, I get the following error using version 2016.08.1-66-g1ff1aae built on MoarVM version 201

[perl #130659] harness5 misreports its options

2017-01-28 Thread via RT
# New Ticket Created by Joachim Durchholz # Please include the string: [perl #130659] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130659 > harness5 has --moar, which is used in makefiles, and I think the code also defines

[perl6/specs] d98ee5: Add reminder for 6.d

2017-01-28 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: d98ee5412cbde7d220f0bc0a36155d5f9ba60e54 https://github.com/perl6/specs/commit/d98ee5412cbde7d220f0bc0a36155d5f9ba60e54 Author: Zoffix Znet Date: 2017-01-27 (Fri, 27 Jan 2017) Changed paths: M v6d.po

[perl #130660] make t/spec/foo/bar.t modifies the current installation

2017-01-28 Thread via RT
# New Ticket Created by Joachim Durchholz # Please include the string: [perl #130660] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130660 > Testing an installation should not modify it, however make -n for an individual tes

[perl #130660] make t/spec/foo/bar.t modifies the current installation

2017-01-28 Thread Zoffix Znet via RT
On Sat, 28 Jan 2017 02:10:47 -0800, toolfor...@durchholz.org wrote: > I.e. it's copying perl6-m over perl6, I assume that's to select which backend to use for testing. `perl6` is just a 1-line wrapper bash script. That make target will also recompile the compiler if you made any changes to it. V