Kevin Wheatley

Results 29 comments of Kevin Wheatley

Rebased to current HEAD

So a reason for name spacing is to help avoid collisions within a distributed system (at the expense of potentially duplicated definitions), the alternate would be for the single registry...

Just pulled the branch and I get a new faiilure that I didn't previously ... [ctest] ERROR: test_style (FixedFunctionTransformTest.FixedFunctionTransformTest.test_style) [ctest] Test the setStyle() and getStyle() methods. [ctest] ---------------------------------------------------------------------- [ctest] Traceback...

just to note, micro optimisation difference comes from the testing vs return order, if you flip the ternary around you can get the same code ... https://godbolt.org/z/Wzafa3nsb

I think this overlaps with #1975 which is looking at the 'export' side of the problem, at least in the form of their needing to be a set of well...

Types of metadata we have used to embed into output files: - CICP/H.273 style triples for transfer curve, primaries and decoding matrix - Explicit gamma values for GAMA Atom -...

As mentioned on Slack, I think the "easy" fix is to extend the tables to have an additional padding entry and correctly wrap the values in the tables when they...

On a separate note, maybe we should look at adding a stress test to the CI to find these kinds of things.