Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: scala/docs.scala-lang
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: robcd/scala.github.com
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 16 commits
  • 1 file changed
  • 1 contributor

Commits on Jun 12, 2012

  1. added first draught of sip, which although fairly complete, could do …

    …with some example code, and has yet to be checked using jekyll
    robcd committed Jun 12, 2012
    Configuration menu
    Copy the full SHA
    d329bdc View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2012

  1. Configuration menu
    Copy the full SHA
    66ba0b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59841ba View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2012

  1. Configuration menu
    Copy the full SHA
    1380660 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2012

  1. Configuration menu
    Copy the full SHA
    467cdc9 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2012

  1. Configuration menu
    Copy the full SHA
    6b33da2 View commit details
    Browse the repository at this point in the history
  2. !sips/pending/_posts/2012-06-29}-fixing-either.md: should now be read…

    …y to submit -sips/pending/_posts/2012-06-13-fixing-eithers-left-rightprojection.md
    robcd committed Jun 29, 2012
    Configuration menu
    Copy the full SHA
    c60a6a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a003f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c5f55a3 View commit details
    Browse the repository at this point in the history
  5. !sips/pending/_posts/2012-06-29-fixing-either.md: one word changed

    -This third solution has been [demonstrated][project] to work well, and is the one
    +This third solution has been [shown][project] to work well, and is the one
    robcd committed Jun 29, 2012
    Configuration menu
    Copy the full SHA
    b3d186b View commit details
    Browse the repository at this point in the history
  6. !sips/pending/_posts/2012-06-29-fixing-either.md: another word change

    -A trial verson of `Either` incorporating the proposed enhancements,
    +A trial verson of `Either` incorporating the proposed fixes,
    robcd committed Jun 29, 2012
    Configuration menu
    Copy the full SHA
    6dfb745 View commit details
    Browse the repository at this point in the history
  7. !sips/pending/_posts/2012-06-29-fixing-either.md: in Part 1, discussi…

    …on 'Regarding the second example of odd behaviour' corrected
    
      Regarding the second example of odd behaviour, involving `if`, this was
      traced to the fact that the `filter` method (of `LeftProjection` and
      `RightProjection`) returns an `Option` instead of the
    - respective projection.
    + an `Either`, thus allowing `None` to be returned when the predicate is `false`. A
    +`Left` (`Right`) could not be returned in the case of a
    +`RightProjection` (`LeftProjection`) since no value is available to go
    +into it.
    robcd committed Jun 29, 2012
    Configuration menu
    Copy the full SHA
    df64343 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2012

  1. !sips/pending/_posts/2012-06-29-fixing-either.md: +## Migration strat…

    …egy ##
    
    as suggested by Daniel Sobral
    robcd committed Jun 30, 2012
    Configuration menu
    Copy the full SHA
    25d9db0 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2012

  1. !sips/pending/_posts/2012-06-29-fixing-either.md: 'aToB: Right.Conver…

    …t => BB' explanation added; reference to Tony's filter objection added
    robcd committed Jul 2, 2012
    Configuration menu
    Copy the full SHA
    945389c View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2012

  1. !sips/pending/_posts/2012-06-29-fixing-either.md: rewrote discussion …

    …around withFilter, now that Convert retains the type of its field
    robcd committed Jul 4, 2012
    Configuration menu
    Copy the full SHA
    0abaa04 View commit details
    Browse the repository at this point in the history
  2. !sips/pending/_posts/2012-06-29-fixing-either.md: withFilter discussi…

    …on now mentions the possibility of using polymorphic implicit conversions
    
    -so that `res.e` would be `Left("(1,2)")` if `b > 0` were false.
    +so that `res.e` would be `Left("(1,2)")` if `b > 0` were false. Note
    +that `g` may be given a type parameter, in case multiple conversions
    +would otherwise be needed, and a single, common, implementation would suffice.
    robcd committed Jul 4, 2012
    Configuration menu
    Copy the full SHA
    7abf16b View commit details
    Browse the repository at this point in the history
Loading