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

Start 0.9 development #90

Merged
merged 19 commits into from
Aug 20, 2024
Merged

Start 0.9 development #90

merged 19 commits into from
Aug 20, 2024

Conversation

chrysn
Copy link
Member

@chrysn chrysn commented Apr 15, 2024

This kicks off a new breaking change, including a first trivial breaking change (the heapless upgrade necessary for #89, which needs no further changes).

@chrysn
Copy link
Member Author

chrysn commented Apr 15, 2024

Plan for this PR is to be merged as soon as it builds -- its purpose is to make sure that both 0.8 and upcoming 0.9 can somehow coexist in the current RIOT tree until 0.9 is out. If we do need to do any updates to RIOT before all breaking changes are through, we can still fork off here^ into a v08 branch, and keep merging fixes into that.

@chrysn chrysn force-pushed the v09 branch 3 times, most recently from 1bb20da to 9253234 Compare April 15, 2024 15:48
chrysn added 2 commits May 31, 2024 19:46
This is a breaking change because heapless is a public dependency.
chrysn added 6 commits August 19, 2024 10:37
The `Never` helper still exists, because it is necessary to implement
traits such as Termination for `!`, and to express that an input closure
must not terminate, but the public error types are changed.

While this is a breaking change that was not preceded by a deprecation,
it is unlikely people match on the precise type (and all error
conversions should be implemented or implementable on both types).
…it (ADC)

SPI is not dropped either because the 1.0 trait includes acquisition in
the trait (which makes it not trivial to port).

Closes: #65
This merely acknowledges that the 0.8 branch had changes. It works
around the current GitHub CI configuration that won't start CI as long
as a branch can't be merged with main.
This makes implicit what caused breakage in b99e808:
embedded-nal{,-async}'s socket types are re-exports of no_std_net (and
thus public dependencies). Conversions are now implemented explicitly
for the relevant no_std_net versions.
... and use it in owned form more frequently

Closes: #64
chrysn added 5 commits August 19, 2024 12:02
This needed serious adjustments due to extensions to the ZTimer
implementation.
This is still what most users will expect to do; documentation points
out a way with less overhead.
@chrysn chrysn merged commit 850e8e8 into main Aug 20, 2024
59 checks passed
@chrysn chrysn deleted the v09 branch August 20, 2024 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants