Skip to content

Conversation

@joshlf
Copy link
Member

@joshlf joshlf commented Aug 29, 2025

We previously incorrectly said that we supported FromBytes on enums with reprs larger than u16/i16, which we don't.

Closes #2654

We previously incorrectly said that we supported `FromBytes` on enums
with `repr`s larger than `u16`/`i16`, which we don't.

Closes #2654
@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.75%. Comparing base (0e51bab) to head (633c71a).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2696   +/-   ##
=======================================
  Coverage   88.75%   88.75%           
=======================================
  Files          20       20           
  Lines        5343     5343           
=======================================
  Hits         4742     4742           
  Misses        601      601           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@joshlf joshlf enabled auto-merge August 29, 2025 02:52
@joshlf joshlf added this pull request to the merge queue Aug 29, 2025
Merged via the queue into main with commit 57e8b93 Aug 29, 2025
89 checks passed
@joshlf joshlf deleted the derive-docs branch August 29, 2025 15:49
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.

FromBytes does not support 32 or 64 bit integers, yet the doc says otherwise

3 participants