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

fix Issue 21726 - Wrong comparison in package(...) visibilities #12282

Merged
merged 1 commit into from Mar 18, 2021

Conversation

ibuclaw
Copy link
Member

@ibuclaw ibuclaw commented Mar 17, 2021

For the purpose of creating a new scope, it makes no sense to let the most restrictive package attributes override any other nested visibility attributes. As there is no other use of isSubsetOf(), the entire function has been removed.

@dlang-bot
Copy link
Contributor

Thanks for your pull request, @ibuclaw!

Bugzilla references

Auto-close Bugzilla Severity Description
21726 major Wrong comparison in package(...) visibilities

Testing this PR locally

If you don't have a local development environment setup, you can use Digger to test this PR:

dub run digger -- build "master + dmd#12282"

@ibuclaw ibuclaw added Needs Changelog A changelog entry needs to be added to /changelog and removed Needs Tests labels Mar 17, 2021
@ibuclaw ibuclaw removed the Needs Changelog A changelog entry needs to be added to /changelog label Mar 17, 2021
For the purpose of creating a new scope, it makes no sense to let the
most restrictive package attributes override any other nested visibility
attributes.  As there is no other use of isSubsetOf(), the entire
function has been removed.
@dlang-bot dlang-bot merged commit a48d47c into dlang:master Mar 18, 2021
@ibuclaw ibuclaw deleted the issue21726 branch March 18, 2021 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants