On Fri Sep 22 16:27:34 2023 +0000, Nikolay Sivov wrote:
I repurposed existing tests to show that field modifiers are actually used. Please take a look.
The test is structured how I was imagining, but what I'm ideally looking for is a test that shows this really should be |= (and not something more complicated). I.e. if you specify nointerpolation on the struct itself, is that propagated onto all struct fields? What if there's conflicting modifiers?