http://d.puremagic.com/issues/show_bug.cgi?id=9257
--- Comment #2 from [email protected] 2013-01-02 09:52:39 PST --- (In reply to comment #1) > > Also want to point out: This bug has even made it into phobos. > > I suggest to show here some of the lines of code that contain that bug. I've since fixed it: https://github.com/D-Programming-Language/phobos/commit/69d3a930b9d448d24b061ffc60d252ca056cb33e#L0R1805 It was really "just" a typo: "opOpassign" instead of "opOpAssign". But still, the language shouldn't allow for "just a typo" kind of errors. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
