Johannes Schindelin

Results 878 comments of Johannes Schindelin

@pszlazak please follow the guidance in https://github.blog/2022-06-30-write-better-commits-build-better-projects/ to improve it, in particular with a strong focus on this part:   | What you’re doing | Why you’re doing it -- |...

> Hello @dscho! I updated my commit message. I hope it now meets commiting rules of Git project. @pszlazak looks good to me. `/submit` time!

I agree it would be nice. So I gave it a try, and I need these changes thus far: ```diff diff --git a/winsup/testsuite/Makefile.am b/winsup/testsuite/Makefile.am index 2289556682..472263cd87 100644 --- a/winsup/testsuite/Makefile.am +++...

> - cygdrop $cygrun $exe > + $cygrun $exe FWIW it looks as if the `cygdrop` executable's source code is [here](https://cygwin.com/git/?p=cygwin-apps/cygutils.git;a=blob;f=src/cygdrop/cygdrop.cc;h=0c036bb37347de1b5b852320cd7e2cf55027c706;hb=HEAD).

@jlovejoy is there anything I can/need to do to help get this done?

Related: - https://github.com/actions/upload-artifact/issues/361 - https://github.com/actions/checkout/issues/1681

Also related: https://github.com/actions/runner/issues/2115

For the record: The Git project currently uses git/git@90f2c7240ccc7fb349199b4ded6b47702b40331f, which removes the upload altogether. This is not ideal, of course, as investigating test failures is made much harder by that,...

I've got more information now: - I found out that there is no official linux-x86 build of node20 - There _are_ unofficial linux-x86 builds of node20 at https://unofficial-builds.nodejs.org/download/release/. This is...