reactivex.github.io icon indicating copy to clipboard operation
reactivex.github.io copied to clipboard

Reference implementation

Open kzaher opened this issue 9 years ago • 0 comments

Hi guys,

I'm wondering where is the proper place to discuss cross platform implementation issues. This repo seemed like a good starting point since this site tries to document all cross platform behaviors, and we often get "bug" reports which are really inconsistencies between different Rx implementations.

We've first tried to make RxSwift compatible with Rx.NET unit tests. It seems to me that RxJS implementation/s are compatible with Rx.NET. RxJava and other JVM compatible implementations have slightly different behavior, but I have no idea how do other implementations behave :)

I think it would be useful for all implementations to evolve in the same direction, but I'm not sure where should we post inconsistency issues?

  • https://github.com/ReactiveX/RxSwift/issues/794 (this is example of issues we get reported)

There are also potential legacy issues like this one

  • https://github.com/ReactiveX/rxjs/issues/1625 (I've added my comments there)

kzaher avatar Jul 16 '16 16:07 kzaher