[Issue 21044] New: [CTFE] Infinite loop in ForStatement::interpret

2020-07-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21044 Issue ID: 21044 Summary: [CTFE] Infinite loop in ForStatement::interpret Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: normal Pri

[Issue 21044] [CTFE] Infinite loop in ForStatement::interpret

2020-07-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21044 Iain Buclaw changed: What|Removed |Added CC||ibuc...@gdcproject.org --- Comment #1 from Iai

[Issue 20628] Inherited In contracts should only check the most inherited function

2020-07-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20628 --- Comment #1 from FeepingCreature --- Sorry, that should be "widen the condition", not "tighten the condition", in the first paragraph. The argument is unaffected. --

[Issue 21044] [CTFE] Infinite loop in ForStatement::interpret

2020-07-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21044 Bruce Carneal changed: What|Removed |Added CC||bcarnea...@gmail.com --- Comment #2 from Bru

[Issue 9352] Memory corruption in delegate called by struct dtor

2020-07-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9352 hst...@quickfur.ath.cx changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 20988] Missing error for negated array.ptr

2020-07-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20988 hst...@quickfur.ath.cx changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 19517] Spurious compiler warning with const toHash and alias this classes

2020-07-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19517 --- Comment #2 from hst...@quickfur.ath.cx --- Found this (partial) workaround: -- class C { /* ... */ } struct S { C c; auto opDispatch(string field)() inout { return mixin("c."~field); } } -- The key here is the `in

[Issue 12521] std.getopt does not conform to documentation

2020-07-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12521 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #1 from Dlang Bot --- @quickfu

[Issue 12521] std.getopt does not conform to documentation

2020-07-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12521 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx --

[Issue 11337] Ddoc ignores methods in static else block

2020-07-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11337 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx --- Comment #

[Issue 4393] Very good dotProduct

2020-07-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4393 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx --

[Issue 12521] std.getopt does not conform to documentation

2020-07-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12521 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 20848] Bug in formatValueImpl

2020-07-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20848 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #3 from Dlang Bot --- @quickfu

[Issue 19712] std.math.sin and cos cast float to real before evaluating.

2020-07-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19712 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx --

[Issue 19858] try with recursion fails to catch, possibly TCO gone too far

2020-07-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19858 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx --