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

Part 3 of expression based transform: Use computed transform #613

Draft
wants to merge 27 commits into
base: main
Choose a base branch
from

Conversation

nicklan
Copy link
Collaborator

@nicklan nicklan commented Dec 20, 2024

Stacked PR, only review these commits

What changes are proposed in this pull request?

Use computed transforms and remove transform_to_logical. Just a draft, might need more tests, although all existing tests pass, which exercise this extensively.

How was this change tested?

Copy link

codecov bot commented Dec 20, 2024

Codecov Report

Attention: Patch coverage is 83.33333% with 33 lines in your changes missing coverage. Please review.

Project coverage is 83.44%. Comparing base (c3a868f) to head (6d72b75).

Files with missing lines Patch % Lines
ffi/src/scan.rs 0.00% 16 Missing ⚠️
kernel/src/scan/log_replay.rs 86.53% 7 Missing and 7 partials ⚠️
kernel/src/scan/mod.rs 95.58% 0 Missing and 3 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #613      +/-   ##
==========================================
- Coverage   83.45%   83.44%   -0.01%     
==========================================
  Files          74       74              
  Lines       16877    16984     +107     
  Branches    16877    16984     +107     
==========================================
+ Hits        14084    14173      +89     
- Misses       2135     2151      +16     
- Partials      658      660       +2     

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

@github-actions github-actions bot added the breaking-change Change that will require a version bump label Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-change Change that will require a version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant