[perl #128062] [BUG] (MoarVM) chdir does not respect group reading privilege

2017-07-17 Thread Zoffix Znet via RT
On Mon, 17 Jul 2017 16:12:05 -0700, allber...@gmail.com wrote: > It should not be testing, it should just try to do the operation and > complain after if it fails. Race conditions should not be a language > 'feature'. We're talking about &chdir() not &*chdir(). Aside from setting $*CWD, testing i

[perl #128062] [BUG] (MoarVM) chdir does not respect group reading privilege

2017-07-17 Thread Zoffix Znet via RT
On Mon, 17 Jul 2017 16:12:05 -0700, allber...@gmail.com wrote: > It should not be testing, it should just try to do the operation and > complain after if it fails. Race conditions should not be a language > 'feature'. We're talking about &chdir() not &*chdir(). Aside from setting $*CWD, testing i

Re: [perl #128062] [BUG] (MoarVM) chdir does not respect group reading privilege

2017-07-17 Thread Brandon Allbery via RT
It should not be testing, it should just try to do the operation and complain after if it fails. Race conditions should not be a language 'feature'. On Mon, Jul 17, 2017 at 6:02 PM, Zoffix Znet via RT < perl6-bugs-follo...@perl.org> wrote: > On Mon, 17 Jul 2017 10:26:43 -0700, molecules wrote: >

Re: [perl #128062] [BUG] (MoarVM) chdir does not respect group reading privilege

2017-07-17 Thread Brandon Allbery
It should not be testing, it should just try to do the operation and complain after if it fails. Race conditions should not be a language 'feature'. On Mon, Jul 17, 2017 at 6:02 PM, Zoffix Znet via RT < perl6-bugs-follo...@perl.org> wrote: > On Mon, 17 Jul 2017 10:26:43 -0700, molecules wrote: >

[perl #128062] [BUG] (MoarVM) chdir does not respect group reading privilege

2017-07-17 Thread Zoffix Znet via RT
On Mon, 17 Jul 2017 10:26:43 -0700, molecules wrote: > This doesn't seem to be a problem with Rakudo 2017.04, so was probably > fixed by Zoffix's I/O work (see > http://blogs.perl.org/users/zoffix_znet/2017/04/perl-6-io-tpf-grant- > monthly-report-april-2017.html). Thanks! > > I think that the onl

[perl #128062] [BUG] (MoarVM) chdir does not respect group reading privilege

2017-07-17 Thread Zoffix Znet via RT
On Mon, 17 Jul 2017 10:26:43 -0700, molecules wrote: > This doesn't seem to be a problem with Rakudo 2017.04, so was probably > fixed by Zoffix's I/O work (see > http://blogs.perl.org/users/zoffix_znet/2017/04/perl-6-io-tpf-grant- > monthly-report-april-2017.html). Thanks! > > I think that the onl

[perl #128062] [BUG] (MoarVM) chdir does not respect group reading privilege

2017-07-17 Thread Christopher Bottoms via RT
This doesn't seem to be a problem with Rakudo 2017.04, so was probably fixed by Zoffix's I/O work (see http://blogs.perl.org/users/zoffix_znet/2017/04/perl-6-io-tpf-grant-monthly-report-april-2017.html). Thanks! I think that the only thing lacking is a good regression test in roast. I could ea