Fix OTP 28 dialyzer warnings, rewrite gmser_dyn decoder #55
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "uw-gmser_dyn-rewrite"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 => falsemode, the stream can still be decodedwithout valudation if the custom template is missing.
Checkout
From your project repository, check out a new branch and test the changes.