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

2.x: test sync and missing operators (8/02) #4273

Merged
merged 1 commit into from
Aug 3, 2016

Conversation

akarnokd
Copy link
Member

@akarnokd akarnokd commented Aug 2, 2016

  • Add rebatchRequests which delegates to observeOn with the help of an internal ImmediateThinScheduler that only executes tasks immediately. Still not planning to expose an immediate scheduler.
  • Fix FlowableMapNotification's type signature, no need to restrict it to return Publisher<R> but can go with R itself.
  • Make sure flatMap doesn't reorder scalars and elements of the same inner source.
  • Change parameter ordering on mergeDelayError(Iterator) overloads.

@codecov-io
Copy link

Current coverage is 69.68% (diff: 78.78%)

Merging #4273 into 2.x will increase coverage by 0.14%

@@                2.x      #4273   diff @@
==========================================
  Files           418        419     +1   
  Lines         30608      30632    +24   
  Methods           0          0          
  Messages          0          0          
  Branches       4933       4935     +2   
==========================================
+ Hits          21283      21345    +62   
+ Misses         7235       7201    -34   
+ Partials       2090       2086     -4   

Powered by Codecov. Last update 9099f90...eae1d8e

@akarnokd akarnokd merged commit a4fb7da into ReactiveX:2.x Aug 3, 2016
@akarnokd akarnokd deleted the TestSync802_2 branch August 3, 2016 10:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants