- fix function pointer type detection regression
- improve detection of unknown types
- preserve spaces around misplaced binary operators
- preserve new lines before comments placed at the end of a statement block
- do not emit a new line before a field expression
Mikolaj Kucharski, risantos at protonmail.com, Stefan Hagen
gh is GitHub on the command line. It brings pull requests, issues, and
other GitHub concepts to the terminal next to where you are already
working with git and your code. It is available for repositories hosted
on GitHub.com and GitHub Enterprise Server 2.20+.
gkoehler@ emitted the hypothesis that libffi was partly broken on powerpc.
Later i found out that upstream has already a patch for this, reducing greatly
the number of test failures. This will allow to build lang/gforth, and
lang/guile2 passes now its ffi test has well.
Testing for possible regression on powerpc64 by gkoehler@.
OK jasper@ gkoehler@
- fix diff mode bug caused by a diff chunk only adding cpp directives
- fix incorrect indentation for block comments followed by goto labels
- recognize function pointer types without arguments
There is no more reasons to keep it broken due to wasted bulk time.
Rust has taken out many ports, Qt4 has been removed and guile2 has
now a bootstrap that allows a fast build.
Originally proposed by Brad and gkoehler@ long ago.
OK rsadowski@
- display recovery steps in the lonely pack index error message
- fix double-free that ocurred upon exit from 'tog tree'; found by naddy
- don't scan pack index offsets for large values if pack file is < 2GB
- new -X option for removing backups created by got rebase and got histedit
- add 'got fetch -X' option for deleting references created by 'got fetch'
- make 'got ref -d' print reference name and value like the new -X options do
other OS have dropped this, and upstream's WIP Qt5 branch is not very
active. alternatives exist (e.g. xschem and kicad/eeschema).
suggested by/ok maintainer
This removes the last port using Qt4.
Blocked for a long time for various TLS problems which don't seem
present any more. There are two tests ("multiflavor") that segfault,
though. Tested on amd64, sparc64, riscv64 (previously unsupported) and
powerpc (thx cwen@).
itself any more anyway, and the docs are not worth the upkeep (the
majority of commits to this port since import have been to do with
sphinx). also fixes an issue seen with newer setuptools and sphinx
in the py2 build of pathlib.