Skip to content

Reject mismatched executor input and output lengths - #558

Open
BJMCox wants to merge 2 commits into
mainfrom
fix-550-executor-length-validation
Open

Reject mismatched executor input and output lengths#558
BJMCox wants to merge 2 commits into
mainfrom
fix-550-executor-length-validation

Conversation

@BJMCox

@BJMCox BJMCox commented Aug 16, 2026

Copy link
Copy Markdown
Member

Fixes #550.

Validate equal lengths before serial or threaded execution. Equal-length arrays with shifted axes retain positional mapping.

Main code: +4/-4.

@BJMCox BJMCox self-assigned this Aug 16, 2026
@codecov

codecov Bot commented Aug 16, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 50.00000% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 65.45%. Comparing base (6e8795f) to head (0bd019b).

Files with missing lines Patch % Lines
src/utils/executors.jl 50.00% 2 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #558   +/-   ##
=======================================
  Coverage   65.45%   65.45%           
=======================================
  Files         121      121           
  Lines        7060     7060           
=======================================
  Hits         4621     4621           
  Misses       2439     2439           

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

@BJMCox
BJMCox force-pushed the fix-550-executor-length-validation branch from 0101f28 to da3977e Compare August 31, 2026 15:19
@BJMCox
BJMCox force-pushed the fix-550-executor-length-validation branch from da3977e to 0bd019b Compare September 1, 2026 12:06
@BJMCox
BJMCox marked this pull request as ready for review September 1, 2026 12:34
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.

Reject mismatched executor input and output lengths

1 participant