danielrainer
danielrainer
> I think Python translates exit codes like 130 (SIGINT) to negative signal numbers (-2), probably that's why. Would be good to test This does not seem to be the...
I did some more testing and it turns out that the previous comment is not relevant. When a process exits via a signal, Python does indeed set the returncode to...
Unexpected behavior reported at https://github.com/python/cpython/issues/138234
We use `msgfmt -h` to check availability of `msgfmt`. It looks like the `-h` flag is unavailable with the version of gettext you are using. We could change our check...
> I think this caused the issue. Yes, that makes sense. > is gnu gettext mandatory? if so, which version? For building fish, we only need to translate from the...
> This should do it LGTM
Updated to get rid of `ExitCode` problems. Includes some minor refactoring.
Integrated updates from master. Regarding the `FISH-BUILD-VERSION-FILE` stuff, I think that generating `fish.pc` is the last holdout. Once we have an xtask for that we should be able to remove...
From the looks of it this would add a commit automatically fixing some issues like formatting (and possibly PO files for us). This would make it somewhat more convenient to...
> I almost always run it before pushing; but I don't push very often; probably I unconsciously minimize the number of times I push because tests take a while.. Yeah,...