artem-zinnatullin / RxJavaProGuardRules

ProGuard rules for RxJava shipped as AAR!
Apache License 2.0
720 stars 36 forks source link

Run all RxJava tests on Android to see that ProGuard rules covers all cases! #4

Open artem-zinnatullin opened 8 years ago

vanniktech commented 8 years ago

How's that going @artem-zinnatullin ?

artem-zinnatullin commented 8 years ago

:(

jaredsburrows commented 7 years ago

Good instrumentation test case idea!

artem-zinnatullin commented 7 years ago

Just in case if somebody interested in that: https://github.com/ReactiveX/RxJava/pull/3519 has basic setup and actually runs RxJava v1 unit tests on Android emulator/device, but last time I've tried — ~10 tests required some modifications: timeouts since Android Emulators are not that fast (especially without KVM/HAXM) + some usages of APIs that are not available on Android (not critical) .

We/I can continue work on that if @akarnokd will give green light to PRs to upstream RxJava to allow that, but first of all, I'll need to investigate if ProGuard rules are required for RxJava v2 #44, if no — this project will be iceboxed!

D1191860939 commented 7 years ago

Reporting "Sequence contains no elements", what should I do? Help!

artem-zinnatullin commented 7 years ago

@D1191860939 I am not sure you're asking in correct issue/repository, please add more info.