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

DCD should ignore private declarations #317

Closed
CyberShadow opened this issue Apr 7, 2016 · 0 comments
Closed

DCD should ignore private declarations #317

CyberShadow opened this issue Apr 7, 2016 · 0 comments
Assignees
Milestone

Comments

@CyberShadow
Copy link
Member

echo 'private enum x = 1;' > a.d
echo 'public  enum x = 2;' > b.d
echo 'import a, b; x' > test.d
dcd-server 2> /dev/null &
dcd-client -I"$(pwd)" -c 14 -l test.d

Previously, a DMD bug caused this code to fail to compile, but it has been fixed in 2.071.

@Hackerpilot Hackerpilot self-assigned this Apr 7, 2016
@Hackerpilot Hackerpilot added this to the v0.9.0 milestone Apr 7, 2016
@ghost ghost modified the milestones: v0.10.0, v0.9.0 Jul 1, 2017
@ghost ghost added the enhancement label Aug 21, 2017
@ghost ghost removed this from the v0.10.0 milestone Jun 14, 2018
@ghost ghost closed this as completed May 11, 2019
@ghost ghost added this to the 0.12.0 milestone May 11, 2019
This issue was closed.
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

2 participants