Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Unreadable directories aren't included in glob expansion
- X-seq: zsh-workers 45497
- From: Jun T <takimoto-j@xxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: Unreadable directories aren't included in glob expansion
- Date: Fri, 28 Feb 2020 15:37:47 +0900
- In-reply-to: <20200227130017.2c0d48cd@tarpaulin.shahaf.local2>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CGME20200109154313eucas1p13b2e5465f21d059ea08537012e140236@eucas1p1.samsung.com> <20200109154145.rqksfenozx6745rn@tarpaulin.shahaf.local2> <1578585101.6028.13.camel__24021.2781982095$1578585228$gmane$org@samsung.com> <20200109172222.uwgyjouab45zk2gf__13897.4118557357$1578604026$gmane$org@chaz.gmail.com> <20200110072753.yh7qms4w2gb44zcf@chaz.gmail.com> <20200110170932.yz5wvd4uzr2taq57@tarpaulin.shahaf.local2> <228AACAF-6A76-417F-929A-0CC48A9AB1D0@kba.biglobe.ne.jp> <20200227130017.2c0d48cd@tarpaulin.shahaf.local2>
> 2020/02/27 22:00, Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx> wrote:
>
> Jun. T wrote on Thu, 27 Feb 2020 00:51 +0900:
>>
>> I think just skipping this test on Cygwin is enough for now.
>
> I assume some day we'll fix the C code to make the test pass on other
> platforms. When that happens, should the test then continue be skipped
> on Cygwin? If not, I suggest adding a comment reminding to remove the
> skip when the test starts to pass on other platforms.
Sorry, I was not following this thread; what kind of "fix" do you
have in mind?
Anyway, the only thing I know is
both access("d000/.", F_OK) and stat("d000/.", st)
succeed on Cygwin. If the revised C code depends on the failure of
either of these calls then the test need be skipped on Cygwin,
I think.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author