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

Update heapless, remove unneeded typenum dependency, and fix formatting as well as clippy warnings. #3

Merged
merged 9 commits into from
Jun 19, 2024

Conversation

sosthene-nitrokey
Copy link
Contributor

No description provided.

@t-moe
Copy link

t-moe commented Jan 31, 2024

@nickray Hey Nicolas,
Can you aprove/merge this? It would really help us going forward with our crates.

Thanks + Greetings from Bern

@sosthene-nitrokey sosthene-nitrokey merged commit 9d3e7d7 into trussed-dev:main Jun 19, 2024
Copy link
Member

@robin-nitrokey robin-nitrokey left a comment

Choose a reason for hiding this comment

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

LGTM, but please do not release 0.4.0 yet. AFAIR there are still some changes I’d like to include.

@sosthene-nitrokey
Copy link
Contributor Author

Yes, I want to remove the CBOR stuff (unused, and out of place). I also want remove the Deref impl, and maybe even remove heapless from the public API (outside of From/To features behind a heapless-0-8 feature flag), so that we can bump heapless in the future without breaking changes.

@robin-nitrokey
Copy link
Member

robin-nitrokey commented Jun 19, 2024

I also thought about removing the public heapless dependency. But AFAIS we don’t have a way to support multiple heapless versions because heapless does not have a way to construct a vec from raw parts.

@sosthene-nitrokey
Copy link
Contributor Author

I'll open an issue for that discussion

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.

4 participants