Bug Of pow in std.math

2010-06-30 Thread sins666
I found a Bug.The bug lives in function of pow in std.math. When wake up the bug that, we select value of minus to second argument of pow. And happen the object.Error: Integer Divide by Zero error. I think that is a Bug. Is it?

[Issue 4409] New: to!double(-nan) throws

2010-06-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4409 Summary: to!double(-nan) throws Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: Phobos

Re: Bug Of pow in std.math

2010-06-30 Thread Simen kjaeraas
sins666 d-bugm...@puremagic.com wrote: I found a Bug.The bug lives in function of pow in std.math. When wake up the bug that, we select value of minus to second argument of pow. And happen the object.Error: Integer Divide by Zero error. I think that is a Bug. Is it? I would recommend

[Issue 3155] LDC2 support for druntime

2010-06-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3155 Jacob Carlborg d...@me.com changed: What|Removed |Added CC||d...@me.com --- Comment

[Issue 4401] auto functions cannot be inner functions

2010-06-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4401 Leopold Walkling leopold_walkl...@web.de changed: What|Removed |Added CC|

[Issue 3934] Some untidy attributes

2010-06-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3934 --- Comment #4 from bearophile_h...@eml.cc 2010-06-30 13:14:48 PDT --- One from Leopold Walkling, this compiles: auto void main() {} -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this

[Issue 3934] Some untidy attributes

2010-06-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3934 --- Comment #5 from Stewart Gordon s...@iname.com 2010-06-30 16:33:29 PDT --- I certainly call that a bug. Partly a consequence of auto being an attribute rather than a placeholder for a type, though this seems to be partly for backward

[Issue 3872] std.algorithm.filter could become bidirectional if its input range is bidir

2010-06-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3872 David Simcha dsim...@yahoo.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 2627] std.traits.hasAliasing reports true for static arrays

2010-06-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2627 David Simcha dsim...@yahoo.com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

Re: Bug Of pow in std.math

2010-06-30 Thread sins666
== Quote from Simen kjaeraas (simen.kja...@gmail.com)'s article sins666 d-bugm...@puremagic.com wrote: I found a Bug.The bug lives in function of pow in std.math. When wake up the bug that, we select value of minus to second argument of pow. And happen the object.Error: Integer Divide

[Issue 3155] LDC2 support for druntime

2010-06-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3155 --- Comment #10 from Sean Kelly s...@invisibleduck.org 2010-06-30 22:42:56 PDT --- Druntime used to, but it's a very complicated structure. And even the Tango runtime was intended to originally provide only a template. The hope was that