[Issue 3165] New: What kind of integer division does D use?

2009-07-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3165 Summary: What kind of integer division does D use? Product: D Version: unspecified Platform: All URL: http://www.digitalmars.com/d/2.0/expression.html#MulEx pression

[Issue 3166] New: "positive" -> "non-negative" in modulo operator description

2009-07-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3166 Summary: "positive" -> "non-negative" in modulo operator description Product: D Version: unspecified Platform: All URL: http://www.digitalmars.com/d/2.0/expression.html#

[Issue 2716] Confusion of auto and scope as the class attribute

2009-07-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2716 --- Comment #6 from Christian Kamm 2009-07-12 08:23:17 PDT --- Created an attachment (id=421) --> (http://d.puremagic.com/issues/attachment.cgi?id=421) Do not consider auto to mean scope. This is a patch against LDC's DMDFE. It removes th

[Issue 3167] New: Passing result of a function call as ref argument no longer works

2009-07-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3167 Summary: Passing result of a function call as ref argument no longer works Product: D Version: 1.046 Platform: All OS/Version: All Status: NEW Severity: r

[Issue 3168] New: Declaring structs as incomplete types no longer works

2009-07-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3168 Summary: Declaring structs as incomplete types no longer works Product: D Version: 1.046 Platform: All OS/Version: All Status: NEW Severity: regression Priority: P2

[Issue 3024] Array slicing allows returning an escaping reference to a local stack variable

2009-07-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3024 Matti Niemenmaa changed: What|Removed |Added Platform|x86 |All Version|2.028

[Issue 3167] Passing result of a function call as ref argument no longer works

2009-07-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3167 BCS changed: What|Removed |Added CC||shro8...@vandals.uidaho.edu --- Comment #1 fro

[Issue 3167] Passing result of a function call as ref argument no longer works

2009-07-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3167 Jarrett Billingsley changed: What|Removed |Added CC||jarrett.billings...@gmail.c

[Issue 3167] Passing result of a function call as ref argument no longer works

2009-07-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3167 Christian Kamm changed: What|Removed |Added CC||kamm-removet...@incasoftwar

[Issue 3165] What kind of integer division does D use?

2009-07-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3165 --- Comment #1 from Michiel Helvensteijn 2009-07-12 14:11:52 PDT --- I've ran the following test: -- import std.stdio; int main() { writefln(8/3); writefln(8/(-3)); writefln((-8)/3);

[Issue 1943] Templates can't take function pointer parameters

2009-07-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1943 Daniel Keep changed: What|Removed |Added Keywords||spec CC|