Jacek Generowicz
Jacek Generowicz
Is either approach to be preferred over the other? (The toml file approach certainly looks simpler.) As for testing, I started off by trying to generate a test failure, as...
Thanks, I can see the tests picking up changes to the `.diff` sample source file, using the technique you suggested. 1. This required running these specific tests by hand. Is...
> As with any reasonably complex software, the language tooling's simple test suite often doesn't cover everything. FWIW, that's why I try to stick a [justfile](https://github.com/casey/just) at the root of...
Ah, sorry, I see that the link to the draft PR in the previous comment was pointing at the issue that inspired it, rather than the PR itself. Here is...
See + #380 + #403 + #289
More generally speaking, while summing affine quantities makes no sense, computing their mean does. So affine quantities, not just `ThermodynamicTemperature` but also anything that might eventually emerge from #289, should...
> issue #380 has the explanation for why it is like that. I trust that we agree that this is a restriction imposed by an unfortunate shortcoming of the current...
> I presume you're asking if it's possible to use one session for multiple Hspec specs? Well, in my specific case it's `HUnit` (via `Tasty`) rather than `Hspec` (so the...