On Wed Feb 25 12:44:50 2015, [email protected] wrote:
> Looks like this was fixed with commit
> https://github.com/MoarVM/MoarVM/commit/8352aebb95
> 
> The copy already works as expected with a rakudo built on latest
> MoarVM:
> 
> $ perl6-m --version
> This is perl6 version 2015.02-51-g673f50e built on MoarVM version
> 2015.02-12-ga2dc16d
> $ dd if=/dev/zero of=123796.orig bs=1G count=4 2> /dev/null
> $ perl6-m -e 'copy("123796.orig".IO, "123796.copy".IO)'
> $ ls -l 123796.*
> -rw-r--r-- 1 christian christian 4294967296 Feb 25 21:33 123796.copy
> -rw-r--r-- 1 christian christian 4294967296 Feb 25 21:18 123796.orig

Since we had a bump for MoarVM and nqp this works now with latest Rakudo. I 
refrain from adding a test to roast ;-)

I'm closing this ticket as resolved.

Reply via email to