Fix OTP 28 dialyzer warnings, rewrite gmser_dyn decoder #55

Merged
uwiger merged 2 commits from uw-gmser_dyn-rewrite into master 2026-03-24 21:20:31 +09:00
Owner

gmser_dyn no longer tries to compress output by omitting type tags.
Decoding streams using custom template codes can either use 'strict'
decoding, in which case matching templates must be registered on the
decoding end; in strict => false mode, the stream can still be decoded
without valudation if the custom template is missing.

gmser_dyn no longer tries to compress output by omitting type tags. Decoding streams using custom template codes can either use 'strict' decoding, in which case matching templates must be registered on the decoding end; in `strict => false` mode, the stream can still be decoded without valudation if the custom template is missing.
uwiger added 2 commits 2026-02-19 05:12:17 +09:00
Fix OTP 28 dialyzer warnings, rewrite gmser_dyn decoder
All checks were successful
Gajumaru Serialization Tests / tests (push) Successful in -3m56s
00699b08b7
gmser_dyn no longer tries to compress output by omitting type tags.
Decoding streams using custom template codes can either use 'strict'
decoding, in which case matching templates must be registered on the
decoding end; in `strict => false` mode, the stream can still be decoded
without valudation if the custom template is missing.
uwiger requested review from dimitar.p.ivanov 2026-02-19 05:12:18 +09:00
uwiger requested review from spivee 2026-02-19 05:12:18 +09:00
uwiger requested review from zxq9 2026-02-19 05:12:18 +09:00
uwiger merged commit 2b24b17af3 into master 2026-03-24 21:20:31 +09:00
Sign in to join this conversation.
No description provided.