Update Lite3 to get C11 compiler fix, and decoding bug fix#15
Open
mignon-p wants to merge 2 commits intosandover:mainfrom
Open
Update Lite3 to get C11 compiler fix, and decoding bug fix#15mignon-p wants to merge 2 commits intosandover:mainfrom
mignon-p wants to merge 2 commits intosandover:mainfrom
Conversation
This brings in several fixes from Lite3, most notably: * Fix declaration-after-label problem that wasn't compatible with C11 compilers. (fastserial/lite3#17) * Fix decoding bug when the Lite3 message is an object containing a single key/value pair, and the key is the empty string and the value is null. (fastserial/lite3#19)
These checks are no longer needed, now that we've updated Lite3 to a version that works with C11. (fastserial/lite3#17)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This updates the bundled version of the Lite3 library to 7b62398a35e9647f0d6bb709d714bd9cd2100182. This brings in several fixes from Lite3, most notably: