Re: [PATCH v6] Cygwin: rewrite cmdline parser

2021-05-17 Thread Corinna Vinschen
On May 14 21:38, Johannes Schindelin wrote: > Hi, > > first of all: thank you for working on this. I have run afoul of the > (de-)quoting differences between MSVCRT and Cygwin on more than one > occasion. > [...] > > * MSVCRT compatibility. Except for the single-quote handling (an > > extension

Re: [PATCH v6] Cygwin: rewrite cmdline parser

2021-05-14 Thread Johannes Schindelin
Hi, first of all: thank you for working on this. I have run afoul of the (de-)quoting differences between MSVCRT and Cygwin on more than one occasion. Having said this, I hope to make it clear that I care about your work, and I care about helping to make it as good as we can make it together. It

Re: [PATCH v6] Cygwin: rewrite cmdline parser

2021-05-13 Thread Mingye Wang
Oh, I should also mention that this patch does *not* fix globbing with Windows paths. Although stuff like (in node-js): child_process.spawnSync("C:\\cygwin64\\bin\\echo.exe", ["C:\\Qt\\*"], {encoding: 'utf-8'}) is correctly fed to glob(3), the glob() function does not perform any interpr