nqp and perl6 fakecutables for MoarVM

2014-12-03 Thread Nicholas Clark
Attached are proof-of-concept patches that generate "fakecutables" for nqp and perl6 for MoarVM. Using NQP. They create NQP and Rakudo makefile targets that aren't built by default, and aren't installed anywhere. "proof-of-concept". They work on "my" machine, but at this point I'd like someone el

[perl #123329] wrong behaviour of chained sequence operators

2014-12-03 Thread Christian Bartolomaeus via RT
I added tests for this ticket to S03-sequence/misc.t with commit https://github.com/perl6/roast/commit/1db2856082

[perl #123347] $*OUT.t fails on rakudo-moar

2014-12-03 Thread Will Coleda via RT
On Tue Dec 02 07:03:30 2014, sml...@gmail.com wrote: > It works on Parrot, but on Moar it dies: > > m: say $*OUT.t > rakudo-moar 91d899: OUTPUT«Cannot find method 'isatty': no > method cache and no .^find_method␤ in method t at src/gen/m- > CORE.setting:15808␤ in block at /tmp/RrRl45JJjr:1␤␤»

[perl #123347] $*OUT.t fails on rakudo-moar

2014-12-03 Thread via RT
# New Ticket Created by Sam S. # Please include the string: [perl #123347] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=123347 > It works on Parrot, but on Moar it dies: m: say $*OUT.t rakudo-moar 91d899: OUTPUT«Cannot fi