-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Replace Xor with Either, fixes #1192 #1289
Merged
Merged
Commits on Aug 15, 2016
-
Prefer Either over Xor, fixes typelevel#1192
This commit keeps Xor and XorT but moves most Cats functions from Xor to Either. Xor will be removed after 0.8.0. - Add methods from Xor onto enrichment class of Either - Copy XorT into an EitherT based around Either - Styling: Occurences of Either are styled as Either[A, B] instead of A Either B (as it was in Xor)
Configuration menu - View commit details
-
Copy full SHA for 3bc775f - Browse repository at this point
Copy the full SHA 3bc775fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 21bab6b - Browse repository at this point
Copy the full SHA 21bab6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a43527f - Browse repository at this point
Copy the full SHA a43527fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fc564e - Browse repository at this point
Copy the full SHA 8fc564eView commit details -
Fix ScalaDoc, address comments
- Remove variance workarounds since Either syntax is invariant - Prefer pattern matching over fold for performance - Fix ScalaDoc - Replace ad-hoc casts with leftCast and rightCast - Re-enable ScalaStyle after disables and disable ScalaStyle on Either.type enrichment
Configuration menu - View commit details
-
Copy full SHA for 4530d3a - Browse repository at this point
Copy the full SHA 4530d3aView commit details
Commits on Aug 16, 2016
-
Configuration menu - View commit details
-
Copy full SHA for d4df094 - Browse repository at this point
Copy the full SHA d4df094View commit details
Commits on Aug 17, 2016
-
Configuration menu - View commit details
-
Copy full SHA for eedd057 - Browse repository at this point
Copy the full SHA eedd057View commit details -
Expose Left/Right cast syntax - casting naming indicates which type p…
…arameter to cast
Configuration menu - View commit details
-
Copy full SHA for ba1a786 - Browse repository at this point
Copy the full SHA ba1a786View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.