Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX-1194: zip with iota should align #1322

Merged
merged 1 commit into from
Jul 4, 2022

Conversation

DenisYaroshevskiy
Copy link
Collaborator

Decided to give up on deducing no aligning - it brought too much difficulties.
instead now for_each will just decide to not align for already aligned iterators.

This fixes the fact that we were not aligning zip with iota_iterator because that deduced no_aligning (preprocess range said iota is already aligned - so no need to align it and then zip kept that).

@DenisYaroshevskiy DenisYaroshevskiy requested a review from jfalcou July 3, 2022 20:45
@DenisYaroshevskiy DenisYaroshevskiy merged commit b6b9d3f into main Jul 4, 2022
@DenisYaroshevskiy DenisYaroshevskiy deleted the fix-1194/aligning-zip-iota branch July 4, 2022 06:08
jtlap pushed a commit that referenced this pull request May 12, 2024
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