[dmd-internals] [D-Programming-Language/dmd] 1a97d3: Fixes Issue 8717 - Private and Protected should be...
GitHub
noreply at github.com
Tue Jan 29 23:40:23 PST 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 1a97d3662e905620780c5253bf25f7c3b2d21621
https://github.com/D-Programming-Language/dmd/commit/1a97d3662e905620780c5253bf25f7c3b2d21621
Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
Date: 2013-01-26 (Sat, 26 Jan 2013)
Changed paths:
M src/access.c
A test/compilable/test8717.d
Log Message:
-----------
Fixes Issue 8717 - Private and Protected should be accessible from within
same module.
Commit: e7eff4deef0fb5ec9a89cee4716785832fc41fb9
https://github.com/D-Programming-Language/dmd/commit/e7eff4deef0fb5ec9a89cee4716785832fc41fb9
Author: Martin Nowak <code at dawg.eu>
Date: 2013-01-29 (Tue, 29 Jan 2013)
Changed paths:
M src/access.c
A test/compilable/test8717.d
Log Message:
-----------
Merge pull request #1557 from AndrejMitrovic/Fix8717
Issue 8717 - Private and Protected should be accessible from within the same module.
Compare: https://github.com/D-Programming-Language/dmd/compare/87f22b121ae2...e7eff4deef0f
More information about the dmd-internals
mailing list