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

docs(repeat): Remove scheduler as param. #2368

Merged
merged 1 commit into from
Feb 16, 2017
Merged

Conversation

jdetle
Copy link
Contributor

@jdetle jdetle commented Feb 13, 2017

Description:
The RxJS 5.0 repeat operator does not take a scheduler as a param but is documented as having it as a parameter. I deleted this line. Where is the ReactiveX website version control hosted so I can change the documentation for the RxJS implementation of repeat?

@rgbkrk
Copy link
Contributor

rgbkrk commented Feb 13, 2017

reactivex.io/rxjs is built from this repository

@coveralls
Copy link

Coverage Status

Coverage remained the same at 97.677% when pulling 5b1ee56 on jdetle:doc-fix into de6a8f4 on ReactiveX:master.

@jdetle
Copy link
Contributor Author

jdetle commented Feb 13, 2017

http://reactivex.io/documentation/operators/ doesn't seem to be built here, and provides some erroneous documentation for the behavior of repeat.

@jayphelps
Copy link
Member

@jdetle thank you! can you also remove it from the description too? https://github.com/jdetle/rxjs/blob/5b1ee5626f2e6453facca90ac915974e5b7b685a/src/operator/repeat.ts#L9

Returns an Observable that repeats the stream of items emitted by the source Observable at most count times, on a particular IScheduler.

@trxcllnt
Copy link
Member

Why don't we just make repeat use a scheduler? Seems like it should.

@jayphelps
Copy link
Member

http://reactivex.io/documentation/operators/ doesn't seem to be built here, and provides some erroneous documentation for the behavior of repeat.

(incorrect link) http://reactivex.io/documentation/operators.html

Those docs are still RxJS v4 docs. We still need to coordinate how to get them updated and keep them in sync... 😢

@jayphelps
Copy link
Member

@trxcllnt

Why don't we just make repeat use a scheduler? Seems like it should.

Indeed, but until someone steps up with the PR I'm inclined to remove it from the docs. Especially because we're short handed and it's unknown when it would get it. If you have the cycles, feel free--but I know you (and I) have tons of other things on our plate.

@jdetle
Copy link
Contributor Author

jdetle commented Feb 13, 2017 via email

@benlesh
Copy link
Member

benlesh commented Feb 16, 2017

Well, I think it should be step 1: PR to remove it from the docs... then step 2: PR to add it (it's a new feature, so it's a minor revision change)

@benlesh benlesh merged commit 375ce3e into ReactiveX:master Feb 16, 2017
@lock
Copy link

lock bot commented Jun 6, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Jun 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants