Peter Hill
Peter Hill
I notice from the wiki there is [some desire to automate PyPI uploads](https://github.com/stfc/fparser/wiki/NewRelease#manually-uploading-a-release-to-pypi). My group has some recent experience of doing this on a few projects, and we'd be happy...
Minimal changes besides pulling out the bits of the code for reading the data files into separate functions. Reduced scope of some local variables, added `constexpr auto binary_density_file_magic_number` as it's...
See https://github.com/jidicula/clang-format-action Top-level action is a composite action and somehow controls the base image used for the docker image. This allows them to support lots of clang-format versions. Potentially could...
This would hopefully save one or two minutes off each Action run. Building the docker image and publishing to ghcr.io should be fairly easy to automate
I'd like to link to a `doxygenfile` directive from Sphinx, but I can't find anything that does this. Sphinx supports cross-referencing to various [declaration types][1] -- `file` is missing, so...
**Describe the bug** If a derived class has a `using` declaration to bring in overloads of a virtual function, the overridden functions from the base class still appear in the...
Some common questions/pain points/surprising features: - things in submodules are `private` and won't be displayed by default - type-bound procedure bindings are separate documentable entities from the procedure - module...
Closes #630
- https://github.com/cp2k/dbcsr (requires fypp, but we could install that? or even better, detect that in Ford?) - https://github.com/cibinjoseph/C81-Interface (output dir sub dir of src, but this might be fixed now)...
`get_label_item` constructs a dict from all the labels that could potentially be in the call chain and then looks up the label. This simplifies the look-up but we could probably...