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

Make types not used outside of membership unexported #3998

Merged
merged 1 commit into from
Mar 1, 2023

Conversation

MichaelSnowden
Copy link
Contributor

What changed?
Made several unnecessarily-exported identifiers in the membership package unexported.

Why?
Information hiding.

How did you test it?
The problems this change can cause should only happen at compile-time.

Potential risks

Is hotfix candidate?

@MichaelSnowden MichaelSnowden requested a review from a team as a code owner March 1, 2023 03:27
Copy link
Member

@yycptt yycptt left a comment

Choose a reason for hiding this comment

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

LGTM. Please make sure those defs are not used in other repos

@MichaelSnowden
Copy link
Contributor Author

LGTM. Please make sure those defs are not used in other repos

Done

@MichaelSnowden MichaelSnowden enabled auto-merge (squash) March 1, 2023 19:17
@MichaelSnowden MichaelSnowden merged commit 7086b94 into master Mar 1, 2023
@MichaelSnowden MichaelSnowden deleted the snowden/unexported branch March 1, 2023 19:50
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