digitalmars.D.bugs - [Issue 8252] New: no UFCS for 0 literal
- d-bugmail puremagic.com (21/21) Jun 16 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8252
- d-bugmail puremagic.com (10/10) Jun 16 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8252
- d-bugmail puremagic.com (11/11) Jun 18 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8252
- d-bugmail puremagic.com (10/10) Jun 18 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8252
http://d.puremagic.com/issues/show_bug.cgi?id=8252 Summary: no UFCS for 0 literal Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: nobody puremagic.com ReportedBy: timon.gehr gmx.ch DMD 2.059/2.060head: bool f(int x){return !x;} static assert(!1.f); // ok static assert(0.f); // fail Both static assertions should pass. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jun 16 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8252 Kenji Hara <k.hara.pg gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull, rejects-valid https://github.com/D-Programming-Language/dmd/pull/1013 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jun 16 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8252 Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/f34f6f0e5d998b3c6977531d7a5ec51c29361274 fix Issue 8252 - no UFCS for 0 literal https://github.com/D-Programming-Language/dmd/commit/4e053160ef351c249fa250a0e2f5a071419ca8f0 Issue 8252 - no UFCS for 0 literal -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jun 18 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8252 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: -------
Jun 18 2012