-
-
Notifications
You must be signed in to change notification settings - Fork 610
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 20796: package protected symbol declared in the same packag… #11100
Conversation
|
Thanks for your pull request and interest in making D better, @thewilsonator! We are looking forward to reviewing it, and you should be hearing from a maintainer soon.
Please see CONTRIBUTING.md for more information. If you have addressed all reviews or aren't sure how to proceed, don't hesitate to ping us with a simple comment. Bugzilla references
Testing this PR locallyIf you don't have a local development environment setup, you can use Digger to test this PR: dub run digger -- build "master + dmd#11100" |
|
Before I'll do anything, let me reread the spec again. I remember hitting some problem with package() in the past when doing a POC for std.math.package, but the spec matched the error (albeit, initially surprisingly, but made sense after some thought). Can't remember any more details, but you may have stumbled on the same thing I encountered. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, I see it is a bug. :-)
|
Was that supposed to be an approval? You requested changes. |
|
Needs test. |
|
There is one ;) I'm not sure it being run though. |
|
compilable/test20796.d: compilable/extra-files/issue20796/package.d |
|
Done. |
|
@thewilsonator you forgot to move the test file to its proper location. |
|
whoops. |
dlang#11100) Fix issue 20796: package protected symbol declared in the same packag… merged-on-behalf-of: Florian <moonlightsentinel@disroot.org>
…e.d don't work
N.B I'm unsure if I need to do anything special to ensure that the test runs, given it is in a subfolder. cc @MoonlightSentinel hopefully you know.