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

chore: move aliased/deprecated operators into separate files #6080

Merged
merged 7 commits into from Mar 8, 2021

Conversation

cartant
Copy link
Collaborator

@cartant cartant commented Mar 5, 2021

Description:

This PR moves some deprecated or aliased operators around so that each is in a separate file. The changes are purely internal to the package.

IMO this:

  • makes it a little easier to find things;
  • makes it clear that the new, shiny operators like concatWith have no icky overload signatures;
  • might make flatMap easier to find so that people will stop asking about it.

Related issue (if exists): Nope

@cartant cartant requested a review from benlesh March 5, 2021 09:14
@benlesh
Copy link
Member

benlesh commented Mar 8, 2021

LGTM... but needs rebased after the other PR was merged.

@cartant cartant force-pushed the cartant/one-file-per-op-or-alias branch from cae55d1 to f1e7174 Compare March 8, 2021 22:42
@cartant cartant merged commit 8fdc00d into ReactiveX:master Mar 8, 2021
@cartant cartant deleted the cartant/one-file-per-op-or-alias branch March 19, 2021 07:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants