On Fri Sep 19 10:11:30 2025 +0000, Nikolay Sivov wrote:
If API-visible things like order of elements is different, that
should be addressed I think.
I believe that depends on how the order of how the types are
defined/declares in the IDL file itself. I'm pretty sure that's also not guaranteed to be stable between updates/releases. Then there is no need to test it.
Apologies, I didn't mean that we need to test the order itself, but that the tests cannot assume that the entries are in a fixed order, so we'd need to enumerate through all of them and keep track of which ones are missing/found, which might be error prone at times.