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

Port “The Architecture of Scala Collections” to the new architecture #1078

Merged
merged 6 commits into from
Jun 8, 2018

Commits on May 28, 2018

  1. Port “The Architecture of Scala Collections” to the new architecture

    Instead of replacing the existing documentation, it creates a new
    page for 2.13’s collections.
    julienrf committed May 28, 2018
    Configuration menu
    Copy the full SHA
    8f92a7d View commit details
    Browse the repository at this point in the history
  2. Address reviewers feedback

    - Start by listing the challenges addressed by the collections
      framework,
    - Fix the markdown syntax used for tables so that they can be rendered
      by GitHub,
    - Mention that custom collections can be mutables or immutables,
    - Add an appendix listing the transformation operations that are
      candidates to be overloaded to support the “same result type”
      principle,
    - Add an appendix showing how to cross-build custom collection
      implementations with sbt.
    julienrf committed May 28, 2018
    Configuration menu
    Copy the full SHA
    502befd View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2018

  1. Fix typos

    julienrf committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    e50f065 View commit details
    Browse the repository at this point in the history
  2. Address lrytz comments

    julienrf committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    2a69f83 View commit details
    Browse the repository at this point in the history
  3. Add a paragraph about views

    julienrf committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    6568092 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2018

  1. Split in two pages

    julienrf committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    fb3881b View commit details
    Browse the repository at this point in the history