-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
Covariant Support with super/extends and OnSubscribeFunc #343
Covariant Support with super/extends and OnSubscribeFunc #343
Commits on Aug 31, 2013
-
making Func0 covariant in its return type, cleaning up a few warnings…
…, removing a bit of unused code
jmhofer committedAug 31, 2013 Configuration menu - View commit details
-
Copy full SHA for 34942ad - Browse repository at this point
Copy the full SHA 34942adView commit details -
added variance to Func1 (hopefully) everywhere...
jmhofer committedAug 31, 2013 Configuration menu - View commit details
-
Copy full SHA for 52342a2 - Browse repository at this point
Copy the full SHA 52342a2View commit details -
jmhofer committed
Aug 31, 2013 Configuration menu - View commit details
-
Copy full SHA for f8cba6a - Browse repository at this point
Copy the full SHA f8cba6aView commit details -
added variance to all other Func*; this breaks Scala for good, it see…
…ms, as long as Observable remains invariant
jmhofer committedAug 31, 2013 Configuration menu - View commit details
-
Copy full SHA for 21bc549 - Browse repository at this point
Copy the full SHA 21bc549View commit details -
added variance to Action*, too
jmhofer committedAug 31, 2013 Configuration menu - View commit details
-
Copy full SHA for 69c6e80 - Browse repository at this point
Copy the full SHA 69c6e80View commit details -
jmhofer committed
Aug 31, 2013 Configuration menu - View commit details
-
Copy full SHA for 0438505 - Browse repository at this point
Copy the full SHA 0438505View commit details -
updated to Scala 2.10.2 again, repaired Scala tests, generalized two …
…more zip methods
jmhofer committedAug 31, 2013 Configuration menu - View commit details
-
Copy full SHA for 6b9867c - Browse repository at this point
Copy the full SHA 6b9867cView commit details -
UnitTest confirming compilation failure without super/extends and suc…
…cess with them. - only testing zip operator at this time
Configuration menu - View commit details
-
Copy full SHA for 6bd2033 - Browse repository at this point
Copy the full SHA 6bd2033View commit details -
Need to stay pinned on Scala 2.10.1 still …
I can't get through release process to maven central on 2.10.2 for some reason so pinning until that is solved.
Configuration menu - View commit details
-
Copy full SHA for 98cd711 - Browse repository at this point
Copy the full SHA 98cd711View commit details -
Zip: Order of Generics and Artities 5-9
Changed order of generics on zip (and combineLatest) to match the rest of the project. Added arties 5, 6, 7, 8, 9 to zip operator. ReactiveX#333 Order of Generics on Zip Operator ReactiveX#103 Add more arities to zip operator
Configuration menu - View commit details
-
Copy full SHA for ac6a0a1 - Browse repository at this point
Copy the full SHA ac6a0a1View commit details
Commits on Sep 1, 2013
-
Merge pull request #1 from benjchristensen/super-extends-additions
Zip and CombineLatest Operators: Generic Order and More Arities
Joachim Hofer committedSep 1, 2013 Configuration menu - View commit details
-
Copy full SHA for ebaa616 - Browse repository at this point
Copy the full SHA ebaa616View commit details -
adapted RxImplicits tests againt zip to new generics order, renamed t…
…wo more reduceFunctions to zipFunction
jmhofer committedSep 1, 2013 Configuration menu - View commit details
-
Copy full SHA for a127b06 - Browse repository at this point
Copy the full SHA a127b06View commit details -
generalized everything in Observable that deals with covariance of ob…
…servables
jmhofer committedSep 1, 2013 Configuration menu - View commit details
-
Copy full SHA for eba4857 - Browse repository at this point
Copy the full SHA eba4857View commit details -
Timestamped, Notification and Future are now also treated as covariant
jmhofer committedSep 1, 2013 Configuration menu - View commit details
-
Copy full SHA for 29289d1 - Browse repository at this point
Copy the full SHA 29289d1View commit details -
added an unnecessary explicit cast because the Jenkins java compiler …
…is unhappy otherwise?
jmhofer committedSep 1, 2013 Configuration menu - View commit details
-
Copy full SHA for 78a0a1b - Browse repository at this point
Copy the full SHA 78a0a1bView commit details -
Generalized all the operators, too
jmhofer committedSep 1, 2013 Configuration menu - View commit details
-
Copy full SHA for 1ca5900 - Browse repository at this point
Copy the full SHA 1ca5900View commit details -
generalized BlockingObservable and the execution hook further
jmhofer committedSep 1, 2013 Configuration menu - View commit details
-
Copy full SHA for 04f35cd - Browse repository at this point
Copy the full SHA 04f35cdView commit details -
jmhofer committed
Sep 1, 2013 Configuration menu - View commit details
-
Copy full SHA for e962d00 - Browse repository at this point
Copy the full SHA e962d00View commit details
Commits on Sep 4, 2013
-
removed some <? super Throwable>s because that's rather unnecessary
Joachim Hofer committedSep 4, 2013 Configuration menu - View commit details
-
Copy full SHA for 68d181b - Browse repository at this point
Copy the full SHA 68d181bView commit details -
Merged in master so that the gradle pull request build has a chance t…
…o work again
Joachim Hofer committedSep 4, 2013 Configuration menu - View commit details
-
Copy full SHA for 51dd848 - Browse repository at this point
Copy the full SHA 51dd848View commit details -
Merge branch 'super-extends' of git://github.com/jmhofer/RxJava into …
…covariant-support
Configuration menu - View commit details
-
Copy full SHA for 94f5fbe - Browse repository at this point
Copy the full SHA 94f5fbeView commit details -
Add OnSubscribeFunction and refactor to support it
This is related to ongoing work related to covariant support at ReactiveX#331
Configuration menu - View commit details
-
Copy full SHA for b7de349 - Browse repository at this point
Copy the full SHA b7de349View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1ad9c4 - Browse repository at this point
Copy the full SHA a1ad9c4View commit details -
Change OnSubscribeFunc.call to OnSubscribeFunc.onSubscribe
Avoid name collions for `call` method with Func* interfaces to simplify interop with Clojure etc.
Configuration menu - View commit details
-
Copy full SHA for 3585570 - Browse repository at this point
Copy the full SHA 3585570View commit details