Skip to content

2.x: cleanup, enhancements 8/23-1 #4410

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

Merged
merged 1 commit into from
Aug 23, 2016
Merged

Conversation

akarnokd
Copy link
Member

Notable changes:

  • Introduce Emitter<T> as a base interface for FlowableEmitter and ObservableEmitter, use it for the generate() operators to be the push surface.
  • Hide fusion-related methods in TestSubscriber and TestObserver, remove test() method overload from the base reactive classes, introduce SubscriberFusion and ObserverFusion helper in the test source set
  • Enable fusion on Observable.range().
  • Move Observer-related tests into the observers test package.

@codecov-io
Copy link

codecov-io commented Aug 23, 2016

Current coverage is 69.42% (diff: 76.00%)

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

@@                2.x      #4410   diff @@
==========================================
  Files           454        454          
  Lines         32483      32509    +26   
  Methods           0          0          
  Messages          0          0          
  Branches       5204       5206     +2   
==========================================
+ Hits          22504      22569    +65   
+ Misses         7776       7740    -36   
+ Partials       2203       2200     -3   

Powered by Codecov. Last update 7a1a4af...2dbc4fd

@JakeWharton
Copy link
Contributor

👍

@akarnokd akarnokd merged commit bffcee7 into ReactiveX:2.x Aug 23, 2016
@akarnokd akarnokd deleted the Cleanup823 branch September 14, 2016 19:59
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.

3 participants