You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM.
@benjchristensen, @zsxwing, @akarnokd - FYI for you all - no need to take action. This concerns supporting translation of the RxJava library to Objective-C such that it can be used on iOS. This issue is specifically for testing the translation as part of a continuous build using Google's Java to Objective-C conversion tool, known as "J2ObjC".
@advayDev1 - What's easier about RxJava is that it already uses a Gradle Build. Since the 2.0 release isn't finalized, I'd suggest supporting the 1.0.14 release. It also has the benefit of having no external dependencies except for testing:
Sounds great. How will you manage the unsafe/regular distinction in our code? If not too much burden, I'd like to know how well the 2.0 branch translates to Objective-C (in its current state).
I'll ping the thread to ask if the problem was resolved. We really need to
get all the unit tests running as well if you want to have confidence in
the output.
Sounds great. How will you manage the unsafe/regular distinction in our
code? If not too much burden, I'd like to know how well the 2.0 branch
translates to Objective-C (in its current state).
—
Reply to this email directly or view it on GitHub #43 (comment)
.
Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM.
@benjchristensen, @zsxwing, @akarnokd - FYI for you all - no need to take action. This concerns supporting translation of the RxJava library to Objective-C such that it can be used on iOS. This issue is specifically for testing the translation as part of a continuous build using Google's Java to Objective-C conversion tool, known as "J2ObjC".
Since you're using the Netflix Nebula testing framework. I'd suggest looking at the newly release Gradle TestKit which was heavily influenced by Nebula:
https://docs.gradle.org/2.6-rc-1/userguide/test_kit.html
@advayDev1 - What's easier about RxJava is that it already uses a Gradle Build. Since the 2.0 release isn't finalized, I'd suggest supporting the 1.0.14 release. It also has the benefit of having no external dependencies except for testing:
From their 1.0.14 build.gradle: https://github.com/ReactiveX/RxJava/blob/v1.0.14/build.gradle
The text was updated successfully, but these errors were encountered: