Jacek Generowicz
Jacek Generowicz
Done: what remains has been exctrated into #362.
I have realistic hope of being able to spend some time on this, this week. I've been wondering about what you wrote here: > I wrote out some example code...
Do you have any words of wisdom on how to test this? I've found https://github.com/iliekturtles/uom/blob/d55d64ac62a7f6d56a907f8f2630fa50701b55b8/src/tests/quantity.rs#L54-L129 and https://github.com/iliekturtles/uom/blob/d55d64ac62a7f6d56a907f8f2630fa50701b55b8/src/tests/system.rs#L135-L188 and some temperature-specifc ones here https://github.com/iliekturtles/uom/blob/d55d64ac62a7f6d56a907f8f2630fa50701b55b8/src/si/thermodynamic_temperature.rs#L176-L235 I have used Haskell's Quickcheck, *many* moons...
IIUC + the `autoconvert` feature is enabled by `cargo test`, + the purpose of `autoconvert` is to enable mixing of base units in the arithmetic operations. Consequently, I would expect...
I'm trying to write an exhaustive set of simple-to-understand tests, covering all the things that should work. When I have all of these written out by hand, I'll try to...
I've pushed a commit which adds some very concise tests, whose purpose is to summarize what operations currently work. Nothing fancy, no exhaustive property-based testing, just a single hand-picked example...
I have added (in the latest commit, at present) ```rust impl $crate::lib::ops::$MulDivAssignTrait for Quantity where ... ``` but the relevant tests continue to fail to compile with exactly the same...
> A separate PR to add `MulDivAssign` for `Ratio` is a good idea. Done in #364.
> Any ideas for such a combo? I'm on Dvorak, so 'cg' would be perfect for me: two strongest fingers together in their home columns, one row above home. It...
> The Haddock documentation is one option, but it's no longer really goto definition... Could we add support for *goto documentation*?