[Issue 3367] Regression: struct initialization no longer supports ctor overloads

2009-11-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3367 Leandro Lucarella changed: What|Removed |Added CC||llu...@gmail.com --- Comment #3 fr

[Issue 874] Bad codegen: wrong value variable in tuple foreach, D1 only

2009-11-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=874 Leandro Lucarella changed: What|Removed |Added CC||llu...@gmail.com --- Comment #5 fro

[Issue 3472] New: alias of a template cannot be used to override a function required by an interface

2009-11-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3472 Summary: alias of a template cannot be used to override a function required by an interface Product: D Version: 1.048 Platform: Other OS/Version: Mac OS X Status: N

[Issue 3472] alias of a template cannot be used to override a function required by an interface

2009-11-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3472 --- Comment #1 from Fawzi Mohamed 2009-11-04 08:25:54 PST --- For completness I forgot to say that also {{{ alias print!(int).print f; }}} does not work, and with the mixin to *really* have it working you need the mixin (that mixes in the thing

[Issue 3446] Rename float.min to float.min_normal

2009-11-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3446 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #

[Issue 3446] Rename float.min to float.min_normal

2009-11-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3446 --- Comment #5 from Walter Bright 2009-11-04 12:04:10 PST --- I'll put it in, but will leave .min working for now for backwards compatibility. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are rece

[Issue 3446] Rename float.min to float.min_normal

2009-11-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3446 --- Comment #6 from Don 2009-11-04 12:06:35 PST --- (In reply to comment #5) > I'll put it in, but will leave .min working for now for backwards > compatibility. Awesome! -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?ta

[Issue 3470] [tdpl]: .length should not pop up inside indexing expressions.

2009-11-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3470 --- Comment #3 from Don 2009-11-04 12:16:12 PST --- (In reply to comment #2) > Great work, Don! Since you're there and the code is fresh in your mind, I > suggest you operate these two additional changes that were discussed in the > newsgroup s