Thread overview
[Issue 803] New: incorrect error message and location for repeated aliases
Jan 06, 2007
d-bugmail
Apr 05, 2007
d-bugmail
Jan 20, 2013
Andrej Mitrovic
January 06, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=803

           Summary: incorrect error message and location for repeated
                    aliases
           Product: D
           Version: 1.00
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P3
         Component: DMD
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: thomas-dloop@kuehne.cn


#
# struct Foo{}
# alias Foo Bar;
# alias Foo Bar;
#
a.d(1): struct a.Foo conflicts with a.Bar at a.d(3)

should be:
a.d(3): alias a.Bar conflicts with a.Bar at a.d(2)


-- 

April 05, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=803





------- Comment #1 from thomas-dloop@kuehne.cn  2007-04-05 05:26 -------
Added to DStress as http://dstress.kuehne.cn/nocompile/a/alias_41_A.d http://dstress.kuehne.cn/nocompile/a/alias_41_B.d


-- 

November 27, 2010
http://d.puremagic.com/issues/show_bug.cgi?id=803


Andrei Alexandrescu <andrei@metalanguage.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |andrei@metalanguage.com
         AssignedTo|nobody@puremagic.com        |bugzilla@digitalmars.com


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


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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
                 CC|                            |andrej.mitrovich@gmail.com
         Resolution|                            |WORKSFORME


--- Comment #2 from Andrej Mitrovic <andrej.mitrovich@gmail.com> 2013-01-20 11:35:00 PST ---
Prints ok in 1.076 and 2.x.

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