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

net: fix gimletlet_mgmt BSP compilation error #1653

Merged
merged 2 commits into from
Mar 8, 2024
Merged

Conversation

hawkw
Copy link
Member

@hawkw hawkw commented Mar 8, 2024

Currently, the gimletlet_mgmt BSP for task-net fails to compile due to deriving Debug for its ringbuf entry type. Since @cbiffle removed a bunch of debug impls to reduce binary size, this no longer compiles. I've removed the derived Debug impl.

Currently, the `gimletlet_mgmt` BSP for `task-net` fails to compile due
to deriving `Debug` for its ringbuf entry type. Since @cbiffle removed
a bunch of debug impls to reduce binary size, this no longer compiles.
I've removed the derived `Debug` impl.
@hawkw hawkw requested review from cbiffle and mkeeter March 8, 2024 18:38
@hawkw hawkw enabled auto-merge (squash) March 8, 2024 19:27
@hawkw hawkw merged commit e7f1386 into master Mar 8, 2024
83 checks passed
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.

None yet

2 participants