zsh-workers
 help / color / mirror / code / Atom feed
From: Jun T <takimoto-j@kba.biglobe.ne.jp>
To: zsh-workers@zsh.org
Cc: Peiyuan Song <squallatf@gmail.com>
Subject: Re: [PATCH v3] Make zpty module work in the cygwin and msys2
Date: Mon, 18 Jan 2021 19:56:51 +0900	[thread overview]
Message-ID: <471C3A77-A559-48F9-B552-1F5C8463FD20@kba.biglobe.ne.jp> (raw)
In-Reply-To: <CAH+w=7a7HaB=5M_=tWwJt7L0ak+Mimb0iL0XoJ9Hxuh_W7yM7w@mail.gmail.com>


> 2021/01/18 16:17, Bart Schaefer <schaefer@brasslantern.com> wrote:
> 
> On Sun, Jan 17, 2021 at 9:43 PM Jun T <takimoto-j@kba.biglobe.ne.jp> wrote:
>> 
>> As you can see, 'sortnobslash/foo' (instead of 'sortnobslash/\foo') is created
>> by the touch command.
>> I guess '\' is not allowed in a filename on Cygwin.
> 
> Forward slash and backslash are equivalent as directory separators in
> Cygwin, I believe.

Yep, thanks.
So we can just skip the test on cygwin.

BTW, the title '[PATCH v3] Make zpty module work in the cygwin and msys2'
suggests that the patch will also work on msys2. Is this true?

I guess __CYGWIN__ is also #defined in gcc on msys2, but CYGWIN_VERSION_DLL_MAJOR
may not be defined (I haven't yet tested on msys2).
Is movefd() on msys2 broken or not?

  reply	other threads:[~2021-01-18 10:57 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-18  2:28 Peiyuan Song
2021-01-18  5:43 ` Jun T
2021-01-18  7:17   ` Bart Schaefer
2021-01-18 10:56     ` Jun T [this message]
2021-01-19  8:44       ` Jun T

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=471C3A77-A559-48F9-B552-1F5C8463FD20@kba.biglobe.ne.jp \
    --to=takimoto-j@kba.biglobe.ne.jp \
    --cc=squallatf@gmail.com \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).