RxJavaProGuardRules
RxJavaProGuardRules copied to clipboard
Run all RxJava tests on Android to see that ProGuard rules covers all cases!
How's that going @artem-zinnatullin ?
:(
Good instrumentation test case idea!
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!
Reporting "Sequence contains no elements", what should I do? Help!
@D1191860939 I am not sure you're asking in correct issue/repository, please add more info.