[Issue 7131] [tdpl] Hijacking detected where it doesn't exist

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Jan 20 09:38:33 PST 2012


http://d.puremagic.com/issues/show_bug.cgi?id=7131


dawg at dawgfoto.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


--- Comment #5 from dawg at dawgfoto.de 2012-01-20 09:38:30 PST ---
Selective imports used to be added to the importing
module as an alias. The compiler does not generate
an overload set for aliased symbols, thus failed to
resolve this.

Fixed by:
https://github.com/D-Programming-Language/dmd/commit/dc5ab5ca6e00975cb836dabb00fa602cb7688ae2

The fix is not complete as it misses cases with nested
overload sets and aliases but I'll open a separate bug
report for that.

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


More information about the Digitalmars-d-bugs mailing list