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

Request for private file-scope modules in a package #10800

Closed
BryantLam opened this issue Aug 16, 2018 · 1 comment
Closed

Request for private file-scope modules in a package #10800

BryantLam opened this issue Aug 16, 2018 · 1 comment

Comments

@BryantLam
Copy link

Assuming #7847 or #8470 is resolved...

When I'm developing a Mason package, I want to be able to set a file-level module as private. You can do this today by simply creating a submodule with private module M { ... }, but I can't test that at the boundary of a package yet.

When #8470 is resolved, I imagine this feature request will just work, but I'll have to make an explicit top-level private module for my file-module. This is good enough for me because it's explicit in the code that the module is private, doesn't change anything in the compiler or Mason, and doesn't require compiler flags.

@aconsroe-hpe
Copy link
Contributor

All the linked issues have been resolved at this point. Feel free to open a new issue if you still find something missing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants