-
Notifications
You must be signed in to change notification settings - Fork 1k
Comparing changes
Open a pull request
base repository: scala/docs.scala-lang
base: main
head repository: robcd/scala.github.com
compare: master
- 16 commits
- 1 file changed
- 1 contributor
Commits on Jun 12, 2012
-
added first draught of sip, which although fairly complete, could do …
…with some example code, and has yet to be checked using jekyll
Configuration menu - View commit details
-
Copy full SHA for d329bdc - Browse repository at this point
Copy the full SHA d329bdcView commit details
Commits on Jun 13, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 66ba0b6 - Browse repository at this point
Copy the full SHA 66ba0b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59841ba - Browse repository at this point
Copy the full SHA 59841baView commit details
Commits on Jun 25, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 1380660 - Browse repository at this point
Copy the full SHA 1380660View commit details
Commits on Jun 28, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 467cdc9 - Browse repository at this point
Copy the full SHA 467cdc9View commit details
Commits on Jun 29, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 6b33da2 - Browse repository at this point
Copy the full SHA 6b33da2View commit details -
!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
Configuration menu - View commit details
-
Copy full SHA for c60a6a9 - Browse repository at this point
Copy the full SHA c60a6a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a003f3 - Browse repository at this point
Copy the full SHA 4a003f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5f55a3 - Browse repository at this point
Copy the full SHA c5f55a3View commit details -
!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
Configuration menu - View commit details
-
Copy full SHA for b3d186b - Browse repository at this point
Copy the full SHA b3d186bView commit details -
!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,
Configuration menu - View commit details
-
Copy full SHA for 6dfb745 - Browse repository at this point
Copy the full SHA 6dfb745View commit details -
!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.
Configuration menu - View commit details
-
Copy full SHA for df64343 - Browse repository at this point
Copy the full SHA df64343View commit details
Commits on Jun 30, 2012
-
!sips/pending/_posts/2012-06-29-fixing-either.md: +## Migration strat…
…egy ## as suggested by Daniel Sobral
Configuration menu - View commit details
-
Copy full SHA for 25d9db0 - Browse repository at this point
Copy the full SHA 25d9db0View commit details
Commits on Jul 2, 2012
-
!sips/pending/_posts/2012-06-29-fixing-either.md: 'aToB: Right.Conver…
…t => BB' explanation added; reference to Tony's filter objection added
Configuration menu - View commit details
-
Copy full SHA for 945389c - Browse repository at this point
Copy the full SHA 945389cView commit details
Commits on Jul 4, 2012
-
!sips/pending/_posts/2012-06-29-fixing-either.md: rewrote discussion …
…around withFilter, now that Convert retains the type of its field
Configuration menu - View commit details
-
Copy full SHA for 0abaa04 - Browse repository at this point
Copy the full SHA 0abaa04View commit details -
!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.
Configuration menu - View commit details
-
Copy full SHA for 7abf16b - Browse repository at this point
Copy the full SHA 7abf16bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...master