Matthew Hambley

Results 73 issues of Matthew Hambley

Location of conda script is incorrect in documentation.

hack-day

Participants were nonplussed by having to be explicit about C and Fortran preprocessing. There was a feeling that there might be a generic "preprocessor" source processing stage which used some...

hack-day
Low priority

In a number of places we see this pattern: ```python class Parent: def __init__(self): self._member: Optional[str] = None @abstractmethod def method(self, thing: str) -> None: self._member = thing class Child(Parent):...

Currently the `[email protected]` address is used as a contact but I'm not sure this is used, monitored or even valid any more. We should investigate the most suitable contact address.

Sphinx configuration script specifies year but needs to also acknowledge Crown Copyright.

In order to protect funding and prestige academic partners need to be able to show their name on a contributors list. This list neds to be created.

While fParser doesn't understand OpenMP code directives (`!$ fortran code`) we have included our own support (#326) but once it is in fParser (https://github.com/stfc/fparser/pull/444) it can be removed from here.

Simply bumping up the acceptable line width doesn't seem like a good way to tackle the problem of overly nested structures. This change removes the special settings and restyles everything...

Sometimes this test fails and re-running will make it pass.

It has been suggested that `hash()` is semi-cryptographic and is salted on interpreter initialisation. This would kill us as it means identical objects would return different hashes on different runs....