Skip to content

Add support for Framework 2nd Gen Event platforms #81

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

Merged
merged 10 commits into from
Feb 28, 2025
Merged

Conversation

JohnAZoidberg
Copy link
Member

No description provided.

Signed-off-by: Daniel Schaefer <dhs@frame.work>
Signed-off-by: Daniel Schaefer <dhs@frame.work>
Signed-off-by: Daniel Schaefer <dhs@frame.work>
Signed-off-by: Daniel Schaefer <dhs@frame.work>
Signed-off-by: Daniel Schaefer <dhs@frame.work>
Signed-off-by: Daniel Schaefer <dhs@frame.work>
Signed-off-by: Daniel Schaefer <dhs@frame.work>
Signed-off-by: Daniel Schaefer <dhs@frame.work>
Signed-off-by: Daniel Schaefer <dhs@frame.work>
Clippy now warns about this:
error: item uses `packed` representation without ABI-qualification

Quote from clippy:

> repr(packed) by default implies repr(Rust, packed). However, this
> representation is not stable, which makes it less useful: the bulk of
> repr(packed) use cases are for interfacing with certain binary formats
> (where it needs to be repr(C, packed)) and for zero-copy deserialization
> (which needs to be stable). The best use case for repr(Rust, packed) is
> for reducing binary size

Signed-off-by: Daniel Schaefer <dhs@frame.work>
@JohnAZoidberg JohnAZoidberg merged commit d58a758 into main Feb 28, 2025
6 checks passed
@JohnAZoidberg JohnAZoidberg deleted the feb25 branch February 28, 2025 05:54
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.

1 participant