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

remove pipeline from public api #335

Merged
merged 4 commits into from
Apr 15, 2021
Merged

remove pipeline from public api #335

merged 4 commits into from
Apr 15, 2021

Conversation

robjtede
Copy link
Member

@robjtede robjtede commented Apr 15, 2021

PR Type

Removal

PR Checklist

Check your PR fulfills the following:

  • Tests for the changes have been added / updated.
  • Documentation comments have been added / updated.
  • A changelog entry has been made for the appropriate packages.
  • Format code with the latest stable rustfmt

Overview

Pipeline doesn't seem to be used anywhere except in service tests. So remove it from public API so it may be removed completely later (or re-introduced if needed).

Copy link
Contributor

@fakeshadow fakeshadow left a comment

Choose a reason for hiding this comment

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

It's useful for constructing service factories so there could be people using this somewhere.(Like barebone project for testing or something)

@robjtede
Copy link
Member Author

i don't think it will be a problem to just use fn_service / fn_factory now that and_then is exposed on Service{Factory}Ext

@robjtede robjtede merged commit 47fba25 into master Apr 15, 2021
@robjtede robjtede deleted the hide-pipeline branch April 15, 2021 23:00
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.

2 participants