Fix OTP 28 dialyzer warnings, rewrite gmser_dyn decoder #55

Open
uwiger wants to merge 2 commits from uw-gmser_dyn-rewrite into master
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
All checks were successful
Gajumaru Serialization Tests / tests (push) Successful in -3m56s
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin uw-gmser_dyn-rewrite:uw-gmser_dyn-rewrite
git checkout uw-gmser_dyn-rewrite
Sign in to join this conversation.
No description provided.