Bug 9919 – Regression (2.062): Symbol lookup fails with public import and mixin

Status
RESOLVED
Resolution
FIXED
Severity
regression
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2013-04-11T06:22:00Z
Last change time
2013-04-16T12:24:51Z
Keywords
pull, rejects-valid
Assigned to
nobody
Creator
andrej.mitrovich

Attachments

IDFilenameSummaryContent-TypeSize
1207testcase_9919.ziptest-case for Issue 9919application/zip2054

Comments

Comment #0 by andrej.mitrovich — 2013-04-11T06:22:38Z
Attachment will be added now.
Comment #1 by andrej.mitrovich — 2013-04-11T06:24:18Z
Created attachment 1207 test-case for Issue 9919
Comment #2 by andrej.mitrovich — 2013-04-11T06:24:44Z
Test-case is in the attachment. It works in 2.061, fails in 2.062 with: foo\bar\doo\b.d(5): Error: no property 'Action' for type 'foo.b.MouseEvent' foo\bar\doo\b.d(5): Error: MouseEvent.Action is used as a type
Comment #3 by k.hara.pg — 2013-04-15T23:16:41Z
Comment #4 by github-bugzilla — 2013-04-16T12:12:24Z
Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/e59426e0c22297f1028a74d08bf016bf516e243e fix Issue 9919 - Symbol lookup fails with public import and mixin https://github.com/D-Programming-Language/dmd/commit/2d356bd60fd8b38c8076d720ec0e2da86c02a708 Merge pull request #1901 from 9rnsr/fix9919 [REG2.062] Issue 9919 - Symbol lookup fails with public import and mixin