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 12156 - static import of std.ascii in std.regex causes conflict #1935

Merged
1 commit merged into from Feb 14, 2014

Conversation

CyberShadow
Copy link
Member

@monarchdodra
Copy link
Collaborator

LGTM. @blackwhale ?

@ghost
Copy link

ghost commented Feb 14, 2014

Nothing controversial except compiler bugs I suppose. Merging this. Thanks.

ghost pushed a commit that referenced this pull request Feb 14, 2014
fix Issue 12156 - static import of std.ascii in std.regex causes conflict
@ghost ghost merged commit eb4b70d into dlang:master Feb 14, 2014
@DmitryOlshansky
Copy link
Member

The problem is that there ia an alias introduced by static import, secondly imports come before
private: line and hence become publicly accessible by other modules. Anyhow workaround is all we have until 314 is fixed.
Thanks.

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
3 participants