-
Notifications
You must be signed in to change notification settings - Fork 2.1k
pkg/nanocbor: Update for fixed nanocbor_skip_simple() [backport 2023.10] #19988
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pkg/nanocbor: Update for fixed nanocbor_skip_simple() [backport 2023.10] #19988
Conversation
Important changes: - Add stream-like interface for encoder - Separate functions for number of items left in arrays and maps (cherry picked from commit a250dfe)
Important changes: - Fixed a bug in nanocbor_skip_simple with (b|t)str types
bors merge |
🕐 Waiting for PR status (GitHub check) to be set, probably by CI. Bors will automatically try to run when all required PR statuses are set. |
bors merge |
🕐 Waiting for PR status (GitHub check) to be set, probably by CI. Bors will automatically try to run when all required PR statuses are set. |
bors merge |
Build succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
backport of #19975 and #19983
Contribution description
Manually created the backport this time 😢
Includes both #19975 and #19983 to include the nanocbor bug fix for the
nanocbor_skip_simple()
functionTesting procedure
The usual nanocbor test in
tests/pkg/nanocbor
Issues/PRs references
None