Skip to content

Loop unroll proc macro - #32

Draft
LebedevRI wants to merge 1 commit into
darktable-org:masterfrom
LebedevRI:proc_macro-loop_unroll
Draft

LebedevRI wants to merge 1 commit into
darktable-org:masterfrom
LebedevRI:proc_macro-loop_unroll

Conversation

@LebedevRI

Copy link
Copy Markdown
Member

No description provided.

@codecov

codecov Bot commented Jul 10, 2025

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 89.77035% with 49 lines in your changes missing coverage. Please review.
✅ Project coverage is 91.29%. Comparing base (2ef726a) to head (a517dfe).

Files with missing lines Patch % Lines
src/utils/loop_xform/parse/mod.rs 85.62% 14 Missing and 9 partials ⚠️
src/utils/loop_xform/mod.rs 70.83% 14 Missing ⚠️
.../loop_xform/transform/unroll_with_remainder/mod.rs 93.18% 6 Missing ⚠️
src/utils/loop_xform/transform/mod.rs 58.33% 5 Missing ⚠️
src/utils/loop_xform/transform/peel/mod.rs 98.87% 1 Missing ⚠️
Additional details and impacted files
Files with missing lines Coverage Δ
...c/utils/loop_xform/transform/unroll_runtime/mod.rs 100.00% <100.00%> (ø)
...p_xform/transform/utils/loop_break_labeller/mod.rs 100.00% <100.00%> (ø)
src/utils/loop_xform/transform/peel/mod.rs 98.87% <98.87%> (ø)
src/utils/loop_xform/transform/mod.rs 58.33% <58.33%> (ø)
.../loop_xform/transform/unroll_with_remainder/mod.rs 93.18% <93.18%> (ø)
src/utils/loop_xform/mod.rs 70.83% <70.83%> (ø)
src/utils/loop_xform/parse/mod.rs 85.62% <85.62%> (ø)
@@            Coverage Diff             @@
##           master      #32      +/-   ##
==========================================
- Coverage   91.48%   91.29%   -0.19%     
==========================================
  Files          83       90       +7     
  Lines        3969     4448     +479     
  Branches     3969     4448     +479     
==========================================
+ Hits         3631     4061     +430     
- Misses        288      328      +40     
- Partials       50       59       +9     
Components Coverage Δ
source code 91.29% <89.77%> (-0.19%) ⬇️
tests ∅ <ø> (∅)
benches ∅ <ø> (∅)
Flag Coverage Δ
LLVM=19 91.29% <89.77%> (-0.19%) ⬇️
endianness=little 91.29% <89.77%> (-0.19%) ⬇️
host=aarch64 91.29% <89.77%> (-0.19%) ⬇️
host=x86_64 91.29% <89.77%> (-0.19%) ⬇️
linux 91.29% <89.77%> (-0.19%) ⬇️
macos ?
profile=dev 91.29% <89.77%> (-0.19%) ⬇️
profile=release 91.29% <89.77%> (-0.19%) ⬇️
rust=aarch64-pc-windows-msvc 91.48% <ø> (ø)
rust=aarch64-unknown-linux-gnu 91.29% <89.77%> (-0.19%) ⬇️
rust=nightly ?
rust=stable ?
rust=x86_64-pc-windows-msvc 91.48% <ø> (ø)
rust=x86_64-unknown-linux-gnu 91.29% <89.77%> (-0.19%) ⬇️
target=aarch64 91.29% <89.77%> (-0.19%) ⬇️
target=x86_64 91.29% <89.77%> (-0.19%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report in Codecov by Harness.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2ef726a...a517dfe. Read the comment docs.

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

@LebedevRI
LebedevRI force-pushed the proc_macro-loop_unroll branch from 8d9fc66 to 009fa63 Compare June 25, 2026 15:14
@LebedevRI
LebedevRI force-pushed the proc_macro-loop_unroll branch 3 times, most recently from a517dfe to cb6b65d Compare July 7, 2026 23:50
@LebedevRI
LebedevRI force-pushed the proc_macro-loop_unroll branch from cb6b65d to 168a3bf Compare July 8, 2026 03:44
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