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 slicing of views of IndexedSeqs (including fixing 2.13.7-only reverseIterator regression) #9799

Merged
merged 4 commits into from Nov 18, 2021

Commits on Nov 2, 2021

  1. Fix slice of seq view

    som-snytt committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    5035461 View commit details
    Browse the repository at this point in the history
  2. Restore lazy iterator.drop

    Fix incorrect internal usage of drop.
    Optimize slice of empty and single Iterator.
    Simplify reverse view iterator slice.
    som-snytt committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    4ece433 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    efd9396 View commit details
    Browse the repository at this point in the history
  4. Avoid negative remainder

    som-snytt committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    60144fc View commit details
    Browse the repository at this point in the history