Jani Nikula
Jani Nikula
Normally performance isn't a problem when pushing a few commits; however when doing a backmerge from or a rebase on top of upstream, the push may contain hundreds or thousands...
We have plenty of URLs in References/Bugzilla/Link/etc tags in the commit messages. Would be nice to have those turned into actual html links. Whether it's better to do this as...
Allow configuration of a per-project gitweb base URL. If configured, turn the commit id into a link to the gitweb interface.
Type hints
Add the facility to use and check type hints. Add minimal type hints for now to make `mypy` pass, this is just the infrastructure. Also some minor static analysis make...
With #171 it's now possible to leave out the `:file:` option as long as the symbol is present in some previously parsed source file, for each rst document. This means...
I looked at #92 when going through the issues, and did a quick hack towards a proof-of-concept `hawkmoth-process-signature` event. I'm not pursuing this for the next release, but it's something...
My project uses libclang and its python bindings. These need to be installed via the distro's package manager; the clang bindings on pypi aren't official, nor are they guaranteed to...
Although Python 3.9 supports built-in type hinting instead of having to import from typing, unfortunately the T | None syntax was only introduced in Python 3.10. Use Optional[T] instead for...
Some updates to running stuff in containers.
Due to the dependency on native Clang and its Python bindings, not available via pip, the installation of Hawkmoth can be a bit tricky. It would be great to have...