Skip to content

Add strict checks to zip calls#144

Merged
Carifio24 merged 2 commits into
mainfrom
strict-zip-checks
Jun 2, 2026
Merged

Add strict checks to zip calls#144
Carifio24 merged 2 commits into
mainfrom
strict-zip-checks

Conversation

@Carifio24

Copy link
Copy Markdown
Member

This PR adds two explicit strict=True parameters to zip calls. In both cases it will always be true that the two iterables will be of equal length - one is from items directly constructed in a test, and in the other case both iterables are constructed from linspaces of the same size.

For a description of why we want this, see here.

@Carifio24 Carifio24 added the no-changelog-entry-needed Skipped in automatic changelog generation label Apr 7, 2026
@Carifio24

Carifio24 commented Apr 8, 2026

Copy link
Copy Markdown
Member Author

The test failure seems to be related to echo somehow - the test passes with 0.12.x but fails at >= 0.13. I don't yet get how though as 013 was entirely focused on the Vue connections.

@Carifio24 Carifio24 force-pushed the strict-zip-checks branch from d65f49b to df0c929 Compare June 1, 2026 20:41
@Carifio24

Copy link
Copy Markdown
Member Author

Rebased to pick up fixes to the test (which are unrelated to this PR) that are on main.

@Carifio24 Carifio24 merged commit 127c208 into main Jun 2, 2026
51 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no-changelog-entry-needed Skipped in automatic changelog generation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant