Peter Hill

Results 527 comments of Peter Hill

I think they can probably be dropped. On one hand, it is nice if the restart files contain everything require to restart the run, but an input file is still...

Please could you summarise the main changes and document the new classes and functions? There's too much to understand all at once I've set clang-tidy to not complain about short...

This is really neat, but my major worry is having any conditionals in `operator[]` will completely kill vectorisation. What if adding a `yoffset` to an `Ind` made a new type,...

We did a lot of benchmarking when we first made `Region` and `Ind`, and vectorisation was quite temperamental and made a lot of difference to performance. `operator[]` is going to...

The error in your publish workflow is: ``` ERROR HTTPError: 403 Forbidden from https://upload.pypi.org/legacy/ Invalid or non-existent authentication information. See https://pypi.org/help/#invalid-auth for more information. ``` Could be as simple as...

The difference between using `ford.md` and `fpm.toml` _should_ literally just be moving the config into `fpm.toml` (and into the correct form). So here's the [example project](https://github.com/Fortran-FOSS-Programmers/ford/blob/master/example/example-project-file.md) included in ford: `example-project-file.md`:...

Assuming you mean human languages, this would be really great, but it would likely be a fair amount of work and I'm afraid I just don't have very much time...

Oh, we should probably just switch to the standard one anyway!

Ah, this currently doesn't work because we've not added the overload for `Bxy(x, y, z)`

We also have some checks that `J` is positive that I guess need to be loosened?