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

Implement traits for Cell #2421

Merged
merged 1 commit into from
Mar 8, 2025
Merged

Conversation

joshlf
Copy link
Member

@joshlf joshlf commented Mar 6, 2025

@joshlf joshlf force-pushed the I569b74086a5f98cda71b4a4131f9ce4f89dcc623 branch from c541778 to 94e2bdc Compare March 6, 2025 23:22
@joshlf joshlf force-pushed the I090715fd9ed6f100fd35513b05054015621ecb9c branch from 9eed6ef to 5f3623e Compare March 6, 2025 23:22
@joshlf joshlf force-pushed the I569b74086a5f98cda71b4a4131f9ce4f89dcc623 branch 2 times, most recently from 96bc904 to 6804ba4 Compare March 6, 2025 23:38
@joshlf joshlf force-pushed the I090715fd9ed6f100fd35513b05054015621ecb9c branch from 5f3623e to dff5d0c Compare March 6, 2025 23:38
@joshlf joshlf force-pushed the I569b74086a5f98cda71b4a4131f9ce4f89dcc623 branch from 6804ba4 to e9e0c22 Compare March 7, 2025 00:12
@codecov-commenter
Copy link

codecov-commenter commented Mar 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.53%. Comparing base (d735ecf) to head (1da86a4).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2421   +/-   ##
=======================================
  Coverage   87.53%   87.53%           
=======================================
  Files          18       18           
  Lines        6408     6408           
=======================================
  Hits         5609     5609           
  Misses        799      799           

☔ 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 force-pushed the I569b74086a5f98cda71b4a4131f9ce4f89dcc623 branch 3 times, most recently from 8b454f6 to 018c8d4 Compare March 7, 2025 18:50
@joshlf joshlf force-pushed the I090715fd9ed6f100fd35513b05054015621ecb9c branch from dff5d0c to b544516 Compare March 7, 2025 18:50
@joshlf joshlf force-pushed the I569b74086a5f98cda71b4a4131f9ce4f89dcc623 branch from 018c8d4 to 6d4d811 Compare March 7, 2025 22:27
@joshlf joshlf force-pushed the I090715fd9ed6f100fd35513b05054015621ecb9c branch from b544516 to 3a19028 Compare March 7, 2025 22:27
Base automatically changed from I090715fd9ed6f100fd35513b05054015621ecb9c to main March 8, 2025 02:20
Closes #1253

gherrit-pr-id: I569b74086a5f98cda71b4a4131f9ce4f89dcc623
@joshlf joshlf force-pushed the I569b74086a5f98cda71b4a4131f9ce4f89dcc623 branch from 6d4d811 to 1da86a4 Compare March 8, 2025 16:58
@joshlf joshlf added this pull request to the merge queue Mar 8, 2025
Merged via the queue into main with commit c2dd89e Mar 8, 2025
87 checks passed
@joshlf joshlf deleted the I569b74086a5f98cda71b4a4131f9ce4f89dcc623 branch March 8, 2025 18:46
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.

Implement IntoBytes for Cell<T: IntoBytes>
3 participants