[Issue 3418] link error with cast(ulong)(ulong*real)

2010-03-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3418 --- Comment #1 from Aldo Nunez 2010-03-14 00:49:02 PST --- Created an attachment (id=588) test case with template use and comments -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this m

[Issue 3418] link error with cast(ulong)(ulong*real)

2010-03-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3418 Aldo Nunez changed: What|Removed |Added CC||crimson.ma...@gmail.com --- Comment #2 fr

[Issue 2881] x.stringof returns typeof(x).stringof when x is an enum

2010-03-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2881 Vladimir changed: What|Removed |Added CC||thecybersha...@gmail.com Version|

[Issue 2881] x.stringof returns typeof(x).stringof when x is an enum

2010-03-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2881 --- Comment #3 from nfx...@gmail.com 2010-03-14 10:06:36 PDT --- Vladimir, did the patch I posted fix the problem for you, without regressions in other parts of the code? (Really nice that someone else cares about this problem. Maybe I can stop

[Issue 1623] Overloading on different parameters numbers gratuitously restrictive.

2010-03-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1623 Tomasz Sowiński changed: What|Removed |Added CC||tomeks...@gmail.com --- Comment #2 f

[Issue 1623] Overloading on different parameters numbers gratuitously restrictive.

2010-03-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1623 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc --- Com

[Issue 3928] Comparing imaginaries with reals produces results that are inconsistent

2010-03-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3928 Don changed: What|Removed |Added CC||clugd...@yahoo.com.au --- Comment #1 from Don 2

[Issue 1623] Overloading on different parameters numbers gratuitously restrictive.

2010-03-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1623 --- Comment #4 from Tomasz Sowiński 2010-03-14 13:58:37 PDT --- (In reply to comment #3) > Is this useful? > > struct Matrix { > Matrix opOpAssign(string op, T:real)(T a); > Matrix opOpAssign(string op, T:Matrix)(T m); > } It is, tha

[Issue 3962] New: AssociativeArray!(K,V) .init has no [ ] operator

2010-03-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3962 Summary: AssociativeArray!(K,V) .init has no [ ] operator Product: D Version: 2.041 Platform: All OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 3963] New: out(result) in contract programming is nan

2010-03-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3963 Summary: out(result) in contract programming is nan Product: D Version: 2.041 Platform: x86 OS/Version: Windows Status: NEW Severity: normal Priority: P2 C

[Issue 3850] Signed/unsigned bytes type name

2010-03-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3850 --- Comment #1 from bearophile_h...@eml.cc 2010-03-14 18:19:24 PDT --- The signed/unsigned bytes in C# are: - The sbyte type represents signed 8-bit integers with values between -128 and 127. - The byte type represents unsigned 8-bit integers wi