Re: [perl #126976] [SEGV] on "/".IO.mkdir

2016-07-04 Thread Brandon Allbery
On Tue, Jul 5, 2016 at 12:06 AM, wrote: > It's fine to check failure modes on an existing directory we create during > testing, but I'm a definite -1 on attempting to much around with '/' The only way that would misbehave would indicate a system already corrupted beyond

Re: [perl #126976] [SEGV] on "/".IO.mkdir

2016-07-04 Thread zoffix
Or we could have some extra tests category for dangerous tests. I know make stresstest does extra tests. Would this test fit into those? Quoting zof...@zoffix.com: And when a bug creeps in and destroy's someone's system? We already destroyed one user's entire system with a bug in panda. It

Re: [perl #126976] [SEGV] on "/".IO.mkdir

2016-07-04 Thread zoffix
And when a bug creeps in and destroy's someone's system? We already destroyed one user's entire system with a bug in panda. It wasn't a pretty picture. It's fine to check failure modes on an existing directory we create during testing, but I'm a definite -1 on attempting to much around

[perl6/specs] fc36bc: clarify use of column separators

2016-07-04 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: fc36bc28f97b792e5668b73e5be8c5ede870f9c3 https://github.com/perl6/specs/commit/fc36bc28f97b792e5668b73e5be8c5ede870f9c3 Author: Tom Browder Date: 2016-07-04 (Mon, 04 Jul 2016)

Re: [perl #126976] [SEGV] on "/".IO.mkdir

2016-07-04 Thread Brandon Allbery
On Mon, Jul 4, 2016 at 6:44 PM, Zoffix Znet via RT < perl6-bugs-follo...@perl.org> wrote: > > Ticket should be closable once a test has been added to Roast. > Is it really appropriate to attempt to create such directories? I'm > hesitant to have roast touch things outside of its directory. >

[perl #128537] '/'.IO.mkdir inconsistent behaviour on Windows

2016-07-04 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #128537] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128537 > 64-bit Windows 10, This is Rakudo version 2016.04 built on MoarVM version 2016.04

[perl #126976] [SEGV] on "/".IO.mkdir

2016-07-04 Thread Zoffix Znet via RT
> Ticket should be closable once a test has been added to Roast. Is it really appropriate to attempt to create such directories? I'm hesitant to have roast touch things outside of its directory.

[perl #128533] cross operator X=> gives different result for List and Array

2016-07-04 Thread via RT
# New Ticket Created by Jan Krňávek # Please include the string: [perl #128533] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128533 > dd (1 X=> (1,2).List)>>.WHICH, (1 X=> (1,2).Array)>>.WHICH prints: ("Pair|Int|1|Int|1",