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 dyno resolving explicit use of tagged iterators #25995

Closed
wants to merge 8 commits into from

Commits on Sep 30, 2024

  1. Fix resolving serial use of parallel tagged iter

    Signed-off-by: Anna Rift <[email protected]>
    riftEmber committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    a5b3c8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c383b9d View commit details
    Browse the repository at this point in the history
  3. Fix 'tag' formal position for non-methods

    Signed-off-by: Anna Rift <[email protected]>
    riftEmber committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    72013eb View commit details
    Browse the repository at this point in the history
  4. Add test for resolving explicit tagged iter calls

    Signed-off-by: Anna Rift <[email protected]>
    riftEmber committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    ec170d2 View commit details
    Browse the repository at this point in the history
  5. Use resolution results instead of modifying mask

    Signed-off-by: Anna Rift <[email protected]>
    riftEmber committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    474202c View commit details
    Browse the repository at this point in the history
  6. Assert no associated actions for explicitly tagged iters

    Signed-off-by: Anna Rift <[email protected]>
    riftEmber committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    ee20706 View commit details
    Browse the repository at this point in the history
  7. Revert modifications to resolveIterDetails

    Signed-off-by: Anna Rift <[email protected]>
    riftEmber committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    ee6d95a View commit details
    Browse the repository at this point in the history
  8. Fix formal count signedness mismatch

    Signed-off-by: Anna Rift <[email protected]>
    riftEmber committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    813d6f9 View commit details
    Browse the repository at this point in the history