Skip to content

Add FuncVec convenience type - #9419

Merged
alexreinking merged 4 commits into
mainfrom
alexreinking/funcvecs
Sep 4, 2026
Merged

Add FuncVec convenience type#9419
alexreinking merged 4 commits into
mainfrom
alexreinking/funcvecs

Conversation

@alexreinking

@alexreinking alexreinking commented Sep 1, 2026

Copy link
Copy Markdown
Member

Supersedes #9387, which was auto-closed as a no-op merge into alexreinking/rfactor-hoisting while the stack was being reordered (funcvecs moved to the bottom of the stack, below rfactor-hoisting). Added a name suffix relative to #9387 — see that PR for prior review history.

@codecov

codecov Bot commented Sep 2, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 85.71429% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 69.92%. Comparing base (0537858) to head (a54ad28).

Files with missing lines Patch % Lines
src/Func.h 33.33% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9419      +/-   ##
==========================================
- Coverage   70.02%   69.92%   -0.10%     
==========================================
  Files         261      261              
  Lines       79393    79405      +12     
  Branches    19359    19362       +3     
==========================================
- Hits        55593    55526      -67     
- Misses      17915    17940      +25     
- Partials     5885     5939      +54     

☔ View full report in Codecov by Harness.
📢 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

alexreinking and others added 4 commits September 4, 2026 05:08
Defaults to empty, so it's appended after the base name (and index, for
non-singleton vectors) without changing existing call sites.
Use concat_strings instead of chained operator+ to avoid unnecessary
temporary string allocations.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@alexreinking
alexreinking merged commit 8cfbcdb into main Sep 4, 2026
30 of 31 checks passed
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