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

Do not re-export Web.Twitter.Conduit.Status #71

Merged
merged 4 commits into from Nov 9, 2019
Merged

Do not re-export Web.Twitter.Conduit.Status #71

merged 4 commits into from Nov 9, 2019

Conversation

himura
Copy link
Owner

@himura himura commented Nov 9, 2019

The current implementation of Web.Twitter.Conduit.Status exports APIs that name conflict with Prelude functions (e.g. lookup). It may force users to write inconvenience qualified import or name hiding.

In order to avoid this, this PR does:

  • Removes the re-export of W.T.Conduit.Status in W.T.Conduit.
  • Add status API aliases to W.T.Conduit with statuses- prefix.

@himura himura merged commit 5911dc2 into master Nov 9, 2019
@himura himura deleted the deprecate branch November 9, 2019 16:53
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

1 participant