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

Make ListBuffer's iterator fail when the buffer is mutated #9174

Merged

Commits on Oct 21, 2020

  1. [bug#3088][bug#12121] Fix adding/subtracting ListBuffer to/from itself

    Fix appending a `ListBuffer` to itself and subtracting
    a `ListBuffer` from itself.
    
    Fix appending a `Growable` that uses the default
    `addAll` implementation to itself.
    NthPortal committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    1390315 View commit details
    Browse the repository at this point in the history
  2. [bug#12009] Make ListBuffer's iterator fail-fast

    Make `ListBuffer`'s iterator fail-fast when the buffer is
    mutated after the iterator's creation.
    
    Co-authored-by: Jason Zaugg <jzaugg@gmail.com>
    NthPortal and retronym committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    8f6e522 View commit details
    Browse the repository at this point in the history