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

[pull] master from ReactiveX:master #76

Merged
merged 4 commits into from
Jun 30, 2020
Merged

[pull] master from ReactiveX:master #76

merged 4 commits into from
Jun 30, 2020

Conversation

pull[bot]
Copy link

@pull pull bot commented Jun 30, 2020

See Commits and Changes for more details.


Created by pull[bot]. Want to support this open source service? Please star it : )

joshribakoff and others added 4 commits June 29, 2020 15:36
Continuing the discussion from #5538 which was closed, I feel like there is a fragmentation problem where important context for making good use of RxJs is missing from the docs. This attempts to bridge the gap, and implements the suggestion I was trying to discuss before 5538 was abruptly closed, it takes a step in the right direction by making these 3rd party packages actually visible, so readers of the docs are actually aware there is more to the ecosystem than just what is shown on the official docs.
* test(pluck): add failing test case for using null value.

* fix(pluck): check for null/undefined object before attempting to access prop

* Remove null coalescing when checking values to prevent null values being converted to undefined
* fix(shareReplay): subscribe to subject before source subscription happens

* test(shareReplay): improve test on sync source subscription

Co-authored-by: Víctor Oliva <olivarra1@gmail.com>
operator map and the first example are wrong.
@pull pull bot added the ⤵️ pull label Jun 30, 2020
@todo
Copy link

todo bot commented Jun 30, 2020

revisit once ReactiveX#5523 is fixed

// TODO: revisit once https://github.com/ReactiveX/rxjs/issues/5523 is fixed
const x = cold( 'x-------x');
const expected = '(abcd)--d';
const shared = a.pipe(shareReplay(1));


This comment was generated by todo based on a TODO comment in ea8ef13 in #76. cc @ReactiveX.

@pull pull bot merged commit ea8ef13 into nl253:master Jun 30, 2020
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.

4 participants