Skip to content

Refactor iterable handling for seq - #76

Merged
t-kalinowski merged 3 commits into
mainfrom
refactor-iterable-seq
Dec 31, 2025
Merged

Refactor iterable handling for seq#76
t-kalinowski merged 3 commits into
mainfrom
refactor-iterable-seq

Conversation

@t-kalinowski

Copy link
Copy Markdown
Owner

Summary

  • centralize iterable seq lowering and keep switch-based structure
  • reuse shared iterable length logic in sapply/for contexts
  • add seq-like iterable tests for indexing and sapply validation

Testing

  • air format .
  • R -q -e 'devtools::test()'
  • R -q -e 'rcmdcheck::rcmdcheck(error_on = "warning")'

@codecov-commenter

codecov-commenter commented Dec 30, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.55%. Comparing base (7746497) to head (f3371af).
⚠️ Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #76      +/-   ##
==========================================
+ Coverage   85.22%   86.55%   +1.33%     
==========================================
  Files          16       16              
  Lines        3012     3139     +127     
==========================================
+ Hits         2567     2717     +150     
+ Misses        445      422      -23     

☔ 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.

@t-kalinowski
t-kalinowski merged commit 7d29070 into main Dec 31, 2025
8 checks passed
@t-kalinowski
t-kalinowski deleted the refactor-iterable-seq branch December 31, 2025 00:53
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.

2 participants