Re: -f ???

2017-09-29 Thread Mark Montague
call on POSIX-like operating systems) should be cached. In other words, I think we should change the Perl 6 spec to define .f as "exists and is a file". -- Mark Montague m...@catseye.org

Re: Verifiable Releases/The Build System is Ridiculous

2017-07-29 Thread Mark Montague
ing off JIT is a good thing, but it's great to know what is happening and why. -- Mark Montague m...@catseye.org

Re: Verifiable Releases/The Build System is Ridiculous

2017-07-29 Thread Mark Montague
umped) [markmont@f26docker rakudo-star-2017.07]$ sudo grep denied /var/log/audit/audit.log type=AVC msg=audit(1501367074.731:347): avc: denied { execmem } for pid=40078 comm="moar" scontext=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 tcontext=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 tclass=process permissive=0 [markmont@f26docker rakudo-star-2017.07]$ -- Mark Montague m...@catseye.org

Re: MoarVM without executable stacks?

2015-04-12 Thread Mark Montague
On 2015-04-12 11:22, Mark Montague wrote: It is possible to build and run MoarVM on systems that prohibit executable stacks? [...] Here's what happens when I try to build Rakudo Star: $ perl Configure.pl --backend=moar --gen-moar [... lots of output ...] Building NQP ... /usr/bin

MoarVM without executable stacks?

2015-04-12 Thread Mark Montague
ined users. Parrot formerly worked fine on these systems. Is there any way to use MoarVM without needing executable stacks or executable heaps, so that it functions purely as a bytecode interpreter? -- Mark Montague m...@catseye.org

Re: [perl #73796] rakudo compiler never builds due to thrashing

2010-03-25 Thread Mark Montague
nt of memory to 1024 MB if you are going to build Rakudo; 512 MB is more than sufficient for running it, however. -- Mark Montague markm...@umich.edu

[perl #70011] patch for spec tests available

2009-10-25 Thread Mark Montague
Patch attached for Perl 6 spec tests for RT #70011: - 1 previously fudged test re-enabled for rakudo in S29-context/die.t - 7 new tests added to S02-magicals/dollar_bang.t -- Mark Montague markm...@umich.edu Index: S29-context/die.t