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

sys/fmt: fix output on native #18186

Merged
merged 3 commits into from
Jun 11, 2022
Merged

sys/fmt: fix output on native #18186

merged 3 commits into from
Jun 11, 2022

Conversation

maribu
Copy link
Member

@maribu maribu commented Jun 9, 2022

Contribution description

As the title says (hopefully...). It works at least with riot/riotbuild, but it also did so before...

I also sneaked in a fix for ipv6_addrs_print() that is unrelated, but equally trivial.

Testing procedure

E.g. examples/telnet_server should now print the IPv6 address.

Issues/PRs references

Alternative to #18183

@maribu maribu requested review from benpicco and removed request for kaspar030 June 9, 2022 13:18
@github-actions github-actions bot added Area: network Area: Networking Area: sys Area: System labels Jun 9, 2022
@maribu maribu requested a review from kaspar030 June 9, 2022 13:18
Copy link
Contributor

@benpicco benpicco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please squash

@benpicco benpicco added CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors) labels Jun 9, 2022
@github-actions github-actions bot added the Area: tests Area: tests and testing framework label Jun 10, 2022
maribu added 3 commits June 10, 2022 11:02
Fix incorrect printing of the separator after the last item.
Add also a test for correct behavior of `print()` when the string
doesn't happen to be zero-terminated at the expected position.
@benpicco benpicco added CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR and removed CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR labels Jun 10, 2022
@benpicco benpicco enabled auto-merge June 10, 2022 16:45
@benpicco benpicco merged commit 593b5d3 into RIOT-OS:master Jun 11, 2022
@maribu maribu deleted the sys/fmt branch July 22, 2022 16:16
@chrysn chrysn added this to the Release 2022.07 milestone Aug 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: network Area: Networking Area: sys Area: System Area: tests Area: tests and testing framework CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR 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.

3 participants