digitalmars.D.bugs - [Issue 7843] New: Regression(2.059 beta): Informational warning fails to produce executable
- d-bugmail puremagic.com (35/40) Apr 05 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7843
- d-bugmail puremagic.com (9/9) Apr 06 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7843
- d-bugmail puremagic.com (10/10) Apr 06 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7843
http://d.puremagic.com/issues/show_bug.cgi?id=7843 Summary: Regression(2.059 beta): Informational warning fails to produce executable Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: regression Priority: P2 Component: DMD AssignedTo: nobody puremagic.com ReportedBy: cbkbbejeap mailinator.com --- Comment #0 from Nick Sabalausky <cbkbbejeap mailinator.com> 2012-04-05 21:16:40 PDT --- struct Foo { const hash_t toHash() { return 0; } } void main() { } ------------------------------test'test' is not recognized as an internal or external command, operable program or batch file.dmd -wi test.dtest.d(3): Warning: toHash() must be declared as extern (D) uint toHash() const pure nothrow safe, not const uint()test'test' is not recognized as an internal or external command, operable program or batch file.dmd test.dtest(ok)-- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Apr 05 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7843 --- Comment #1 from github-bugzilla puremagic.com 2012-04-06 00:28:31 PDT --- Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/8b665514b3a1473a59cc75b0a63299d462206e86 fix Issue 7843 - Regression(2.059 beta): Informational warning fails to produce executable -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Apr 06 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7843 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: -------
Apr 06 2012