Peter Hill

Results 527 comments of Peter Hill

Thanks again for your answers, they're very helpful! > We did not see the point of advertising something that is private, so that's a use case we put out of...

This is really nice, thanks @bwrsandman! I need to investigate properly, but I think it's possible to have composite actions (e.g. https://docs.github.com/en/actions/creating-actions/creating-a-composite-action). That looks like we could then use your...

I think this is the way forward for this action. It would solve the issue of not being able to use the latest `clang-tidy` through `KyleMayes/install-llvm-action`. It would also solve...

Ok, I have managed to convert this to use the `PetscMatrix` interface. I need to spend a lot of time faffing about with `GlobalIndexer` and realised the source of my...

> I had a practical question (sorry for spamming your mail with so many individual comments), is there or do you have a prefered way of storing individual cmake build...

Not too concerned about performance really, initialisation doesn't tend to have much a real world impact, especially given all the conditionals we've got in this loops. Initialising to zero (instead...

I think this should be reasonably simple -- we can additionally filter files based on if they're in `compile_commands.json`

Unfortunately this PR has broken some of the Hypre tests: The integrated test `test-laplace3d-hypre`: ``` Making Laplace 3D with Hypre running on 1 processors: ./test-laplace3d -d data_slab_core => data_slab_core passed...

Hmmm, I was going to say that you can use https://github.com/grantjenks/py-tree-sitter-languages, but it looks like that's now unmaintained and broken for the latest `tree-sitter` version. I guess that means this...

`tree-sitter generate` creates various language bindings, including everything need to make a python package -- done in #97 To automate publishing, you'll need to setup a PyPI project: https://docs.pypi.org/trusted-publishers/creating-a-project-through-oidc/ And...