Johannes Schindelin

Results 878 comments of Johannes Schindelin

> `xmllint --xpath 'string(settings/servers/server[id = "gitlab"]/configuration/httpHeaders/property/name)' ~/.m2/settings.xml` Hmm. That's an interesting case. While I still think that the space should _not_ exclude command-line parameters from the automatic path conversion, I...

> I _guess_ the culprit to be located [here](https://github.com/msys2/msys2-runtime/blob/fbadc3ad520d40b45d39699abe09460ad6263a53/winsup/cygwin/msys2_path_conv.cc#L435-L438). That turns out to be the case: - First, the function is entered with the path `string(settings/servers/server[id = "gitlab"]/configuration/httpHeaders/property/name)` - The...

Hmm. Most of the CI failures (all except one) appear outside the code touched by this PR. Help?

> Here's an extended proposal. > > ```shell > --check-extensions > Test the specified file extensions for URIs when checking files locally. > Multiple extensions can be separated by commas....

> That patch only fixes Ctrl-C handling in a console window. That is distinctly untrue. That patch is not even necessary in a Console window. That patch was specifically to...

It has been pointed out that the "missing signals" are not produced by Windows. I see very, very little point, then, to produce them in the MSYS2 runtime. The only...

> ~This should probably be submitted upstream to Cygwin, but I don't have time for this right now.~ > > I've submitted this upstream. For lurkers, the submission can be...

I can reproduce this. Also in Cygwin, so I reported it on IRC.

> I'm not sure if running MSYS packages in UCRT64 is even supported Forgot to say: @purplesyringa this is completely within what is supported. Thank you for reporting this bug...

> Ah, I could reproduce when repr.exe is built with mingw UCRT compiler. If this is compiled with `/mingw64/bin/gcc ` the issue does not occur. That's strange because I _did_...