Miki
Miki
Consider the following schema: ``` struct Schema { uint32 myOffsetArray[]; uint8 someValue; myOffsetArray[@index % someValue]: string stringArray[]; }; ``` Such schema is not possible to validate during the zserio compilation....
### Discussed in https://github.com/ndsev/zserio/discussions/617 Originally posted by **Danaozhong** May 19, 2024 The `zserio` specification about bitmasks states the following: > In expressions outside of the defining type, bitmask values must...
Java runtime tests can be improved to have better [test coverage](https://zserio.org/doc/runtime/latest/java/coverage). Pay special attention to the `BitStreamReader` and `BitStreamWriter` which is the last part of the 12-years old original code...