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

change access scope for two top-level modules from private to internal #345

Merged
1 commit merged into from
Sep 11, 2021

Conversation

TysonMN
Copy link
Member

@TysonMN TysonMN commented Sep 11, 2021

This is a change that I am splitting off of draft PR #336. I think it is ready to merge now.

This PR changes the access scope of two top-level modules from private to internal. I didn't know that top-level modules could be private. It seems to me that private and internal mean the same thing for top-level modules. However, Visual Studio displayed the functions as transparent as though they were unused and returned no search results for references. Strangely though, it was possible to navigate from a reference to one of these definitions. None of these problems exist after changing the scope to internal.

@ghost
Copy link

ghost commented Sep 11, 2021

👍

@ghost ghost merged commit 1d4769a into hedgehogqa:master Sep 11, 2021
@ghost ghost added this to the 0.11.0 milestone Sep 11, 2021
@TysonMN TysonMN deleted the 332-adjacent_private_to_internal branch September 11, 2021 17:43
This pull request was closed.
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