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

Issue 10421 - 'package' access should work with package module #2231

Merged
merged 3 commits into from Jun 20, 2013

Conversation

9rnsr
Copy link
Contributor

@9rnsr 9rnsr commented Jun 20, 2013

if (!pkg || pkg->isPkgMod != PKGmodule)
continue;
assert(pkg->mod == m);
s = pkg;
Copy link
Member

Choose a reason for hiding this comment

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

And break, because we know pkg is a package?

@9rnsr
Copy link
Contributor Author

9rnsr commented Jun 20, 2013

@yebblies Sorry I found another inaccessible case after opening this. So I updated commit to fix it. Could you please review this again?

@yebblies
Copy link
Member

LGTM I'll wait for the tester to catch up.

@9rnsr
Copy link
Contributor Author

9rnsr commented Jun 20, 2013

Ugh, I found third inaccessible case in local... Please wait merging a moment.

@9rnsr
Copy link
Contributor Author

9rnsr commented Jun 20, 2013

OK... finally there's three package access cases, and right now #2229 is necessary for the third case.

@yebblies
Copy link
Member

So this one now includes #2229 ?

@9rnsr
Copy link
Contributor Author

9rnsr commented Jun 20, 2013

Yes. Merging this would automatically merge #2229 at the same time.

yebblies added a commit that referenced this pull request Jun 20, 2013
Issue 10421 - 'package' access should work with package module
@yebblies yebblies merged commit d3e0e0d into dlang:master Jun 20, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants