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

3.x: Add operator matrix wiki + auto-extractor #6845

Merged
merged 4 commits into from
Jan 14, 2020

Conversation

akarnokd
Copy link
Member

Adds the Operator-Matrix.md wiki page and some code to generate the matrix of operators available in various base classes.

It should also help see missing or inconsistent operator presence. Note that many operators do not make sense everywhere.

@akarnokd akarnokd added this to the 3.0 milestone Jan 14, 2020
@codecov
Copy link

codecov bot commented Jan 14, 2020

Codecov Report

Merging #6845 into 3.x will increase coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##                3.x    #6845      +/-   ##
============================================
+ Coverage     98.24%   98.25%   +<.01%     
+ Complexity     6381     6380       -1     
============================================
  Files           715      715              
  Lines         46529    46529              
  Branches       6388     6388              
============================================
+ Hits          45714    45715       +1     
- Misses          292      293       +1     
+ Partials        523      521       -2
Impacted Files Coverage Δ Complexity Δ
...l/operators/observable/ObservableFlatMapMaybe.java 83.8% <0%> (-5.64%) 2% <0%> (ø)
...a3/internal/operators/flowable/FlowableCreate.java 94.82% <0%> (-2.59%) 6% <0%> (ø)
...rnal/operators/flowable/FlowableFlatMapSingle.java 93.02% <0%> (-2.33%) 2% <0%> (ø)
...rnal/operators/observable/ObservableSwitchMap.java 91.57% <0%> (-1.06%) 3% <0%> (ø)
...eactivex/rxjava3/processors/BehaviorProcessor.java 98.02% <0%> (-0.99%) 49% <0%> (-1%)
...perators/observable/ObservableMergeWithSingle.java 99.05% <0%> (-0.95%) 2% <0%> (ø)
...ternal/operators/observable/ObservableGroupBy.java 95.08% <0%> (-0.55%) 2% <0%> (ø)
...activex/rxjava3/processors/MulticastProcessor.java 98.25% <0%> (-0.44%) 82% <0%> (-2%)
...internal/operators/flowable/FlowableObserveOn.java 96.65% <0%> (-0.28%) 3% <0%> (ø)
...nternal/operators/observable/ObservableCreate.java 99.14% <0%> (ø) 2% <0%> (ø) ⬇️
... and 13 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9ed5416...02f9f5b. Read the comment docs.

@akarnokd akarnokd merged commit 050c57a into ReactiveX:3.x Jan 14, 2020
@akarnokd akarnokd deleted the OperatorMatrix3x branch January 14, 2020 13:23
Copy link
Collaborator

@vanniktech vanniktech left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice

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