Thread overview
[Issue 9919] New: Regression (2.062): Symbol lookup fails with public import and mixin
Apr 11, 2013
Andrej Mitrovic
Apr 11, 2013
Andrej Mitrovic
Apr 11, 2013
Andrej Mitrovic
Apr 16, 2013
Kenji Hara
Apr 16, 2013
Walter Bright
April 11, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9919

           Summary: Regression (2.062): Symbol lookup fails with public
                    import and mixin
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: regression
          Priority: P2
         Component: DMD
        AssignedTo: nobody@puremagic.com
        ReportedBy: andrej.mitrovich@gmail.com


--- Comment #0 from Andrej Mitrovic <andrej.mitrovich@gmail.com> 2013-04-11 06:22:38 PDT ---
Attachment will be added now.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
April 11, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9919



--- Comment #1 from Andrej Mitrovic <andrej.mitrovich@gmail.com> 2013-04-11 06:24:18 PDT ---
Created an attachment (id=1207)
test-case for Issue 9919

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
April 11, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9919


Andrej Mitrovic <andrej.mitrovich@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |rejects-valid


--- Comment #2 from Andrej Mitrovic <andrej.mitrovich@gmail.com> 2013-04-11 06:24:44 PDT ---
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

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
April 16, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9919


Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull


--- Comment #3 from Kenji Hara <k.hara.pg@gmail.com> 2013-04-15 23:16:41 PDT ---
https://github.com/D-Programming-Language/dmd/pull/1901

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
April 16, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9919



--- Comment #4 from github-bugzilla@puremagic.com 2013-04-16 12:12:24 PDT ---
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

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
April 16, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9919


Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bugzilla@digitalmars.com
         Resolution|                            |FIXED


-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------