[Issue 6063] New: Make cases where hiddenfuncerror would be thrown an error without -w

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri May 27 11:56:23 PDT 2011


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

           Summary: Make cases where hiddenfuncerror would be thrown an
                    error without -w
           Product: D
           Version: D2
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: schveiguy at yahoo.com


--- Comment #0 from Steven Schveighoffer <schveiguy at yahoo.com> 2011-05-27 11:52:03 PDT ---
It was discussed on the newsgroup here:

http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.D&article_id=136941

that the compiler's current behavior of inserting a dummy function that throws
HiddenFuncError is nowhere near as useful as just disabling compiling that
class.

It was also discovered that the desired behavior exists if you compile with -w.
 This should be the default behavior.  See:

http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.D&article_id=136962

Also, see bug 3836 for another feature that should be moved to the flag-less
version of dmd (per the same post above).

-- 
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