Bug 10169 – duplicate error message: member is not accessible

Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2013-05-25T21:52:00Z
Last change time
2014-04-11T02:28:53Z
Keywords
diagnostic, pull
Assigned to
nobody
Creator
thelastmammoth

Comments

Comment #0 by thelastmammoth — 2013-05-25T21:52:50Z
Error: struct tests.test_alias.test_alias_this2.B member x is not accessible: error line repeated twice. ---- b.d: module b; struct B{ private int x; } a.d: import b; void main(){ auto a=B.init.x; } ----
Comment #1 by thelastmammoth — 2013-05-25T21:54:12Z
on this example the error would be: Error: struct b.B member x is not accessible: => error line repeated twice.
Comment #2 by k.hara.pg — 2014-04-11T01:23:12Z
Comment #3 by github-bugzilla — 2014-04-11T02:28:52Z
Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/2a17b4568645de4df9a6edd4ac1f5b1dd766e3ca fix Issue 10169 - duplicate error message: member is not accessible https://github.com/D-Programming-Language/dmd/commit/2cbfb587e063d1a243173464edf5908f15587cdb Merge pull request #3448 from 9rnsr/fix10169 Issue 10169 - duplicate error message: member is not accessible