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

Creating Observables in Scala: Approach04 #561

Merged
merged 5 commits into from
Dec 5, 2013

Conversation

samuelgruetter
Copy link
Contributor

This implements approach04 from #549 .
I also moved the toScalaXxx/toJavaXxx methods into a separate file, so that one can import only these without importing the implicit function conversions.
There's now also Observable.from(Future) and to test it, some tweaks in Notification were necessary.
Note that this is a breaking change.

@cloudbees-pull-request-builder

RxJava-pull-requests #488 SUCCESS
This pull request looks good

@benjchristensen
Copy link
Member

Is this a breaking change for Scala?

@samuelgruetter
Copy link
Contributor Author

Yes

@benjchristensen
Copy link
Member

This needs to be rebased. Since this is breaking, it makes sense to merge before releasing 0.16.0 with the other breaking Scala changes.

I would appreciate if you provided release notes for this and the other breaking Scala changes to include when I release 0.16.0.

…a-constructors

Conflicts:
	language-adaptors/rxjava-scala/src/examples/scala/rx/lang/scala/examples/RxScalaDemo.scala
	language-adaptors/rxjava-scala/src/main/scala/rx/lang/scala/ImplicitFunctionConversions.scala
	language-adaptors/rxjava-scala/src/main/scala/rx/lang/scala/Observable.scala
@samuelgruetter
Copy link
Contributor Author

rebasing done

@cloudbees-pull-request-builder

RxJava-pull-requests #494 SUCCESS
This pull request looks good

benjchristensen added a commit that referenced this pull request Dec 5, 2013
Creating Observables in Scala: Approach04
@benjchristensen benjchristensen merged commit 669911a into ReactiveX:master Dec 5, 2013
rickbw pushed a commit to rickbw/RxJava that referenced this pull request Jan 9, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants