Skip to content
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() #19983

Merged
merged 1 commit into from
Oct 18, 2023

Conversation

bergzand
Copy link
Member

Contribution description

@miri64 found a bug in NanoCBOR which is fixed with the latest commit.

Important changes:

  • Fixed a bug in nanocbor_skip_simple with (b|t)str types

Testing procedure

The pkg test should still pass.

Issues/PRs references

None

@bergzand bergzand added the Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors) label Oct 18, 2023
@bergzand bergzand requested a review from miri64 October 18, 2023 11:39
Important changes:
- Fixed a bug in nanocbor_skip_simple with (b|t)str types
@github-actions github-actions bot added the Area: pkg Area: External package ports label Oct 18, 2023
@bergzand bergzand changed the title pkg/nanocbor: Update for fixed nanocbo_skip_simple() pkg/nanocbor: Update for fixed nanocbor_skip_simple() Oct 18, 2023
@benpicco benpicco added the CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR label Oct 18, 2023
@riot-ci
Copy link

riot-ci commented Oct 18, 2023

Murdock results

✔️ PASSED

ca81c75 pkg/nanocbor: Update for fixed nanocbor_skip_simple()

Success Failures Total Runtime
7937 0 7937 14m:32s

Artifacts

@miri64
Copy link
Member

miri64 commented Oct 18, 2023

bors merge

@miri64
Copy link
Member

miri64 commented Oct 18, 2023

@MrKevinWeiss @bergzand does it make sense to backport this? It is a bug fix after all, but I am not sure if the previous bump (#19975) should be included (or is already included in RC1 for that matter...)

@MrKevinWeiss
Copy link
Contributor

Let's add the Bugfixes in while we can

@bors
Copy link
Contributor

bors bot commented Oct 18, 2023

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.
For more help, visit the forum.

If you want to switch to GitHub's built-in merge queue, visit their help page.

@bors bors bot merged commit cb73e0c into RIOT-OS:master Oct 18, 2023
@bergzand bergzand deleted the pr/nanocbor-bump3 branch October 18, 2023 17:14
@bergzand
Copy link
Member Author

Let's add the Bugfixes in while we can

See #19988

@MrKevinWeiss MrKevinWeiss added the Process: needs backport Integration Process: The PR is required to be backported to a release or feature branch label Oct 18, 2023
bors bot added a commit that referenced this pull request Oct 23, 2023
19988: pkg/nanocbor: Update for fixed nanocbor_skip_simple() [backport 2023.10] r=MrKevinWeiss a=bergzand

# 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()` function

### Testing procedure

The usual nanocbor test in `tests/pkg/nanocbor`

### Issues/PRs references

None

Co-authored-by: Koen Zandberg <koen@bergzand.net>
@MrKevinWeiss MrKevinWeiss added this to the Release 2024.01 milestone Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: pkg Area: External package ports CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR Process: needs backport Integration Process: The PR is required to be backported to a release or feature branch Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants