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

[stdlib] SR-361: Implement SE008: Add Lazy flatMap for Seq of Optionals #2461

Merged
merged 5 commits into from May 11, 2016

Commits on May 10, 2016

  1. [stdlib] SR-361: Implement SE008: Add Lazy flatMap for Seq of Optionals

    https://bugs.swift.org/browse/SR-361
    
    Adds required LazyFilterRandomAccessCollection and the flatMap extensions.
    Russ Bishop committed May 10, 2016
    Configuration menu
    Copy the full SHA
    1afa93b View commit details
    Browse the repository at this point in the history

Commits on May 11, 2016

  1. Remove RandomAccess overloads and types

    Russ Bishop committed May 11, 2016
    Configuration menu
    Copy the full SHA
    408e8c7 View commit details
    Browse the repository at this point in the history
  2. Cleanup comments for flatMap overloads

    Russ Bishop committed May 11, 2016
    Configuration menu
    Copy the full SHA
    b7329df View commit details
    Browse the repository at this point in the history
  3. Use existing flatMapToOptionalTests dataset

    Russ Bishop committed May 11, 2016
    Configuration menu
    Copy the full SHA
    9af775b View commit details
    Browse the repository at this point in the history
  4. Rename generic arguments

    Russ Bishop committed May 11, 2016
    Configuration menu
    Copy the full SHA
    7dc71d0 View commit details
    Browse the repository at this point in the history