[Issue 13566] std.algorithm.cmp treats string length as element

2019-11-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13566 Ali Cehreli changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 10982] Misleading diagnostic for missing member function overload: "Error: inout method ... is not callable using a const object"

2019-11-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10982 Ali Cehreli changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 10562] Cannot initialize arrays by an element value when the elements are fixed-length arrays

2019-11-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10562 --- Comment #2 from Ali Cehreli --- I looked a little bit at function 'visit(AssignExp exp)' inside dmd/src/dmd/expressionsem.d. I think this is related to the fact that a static array initialization's left-hand expression treated as a dynamic

[Issue 20366] CTFE foreach_reverse on array with utf characters crashes compiler

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

[Issue 20367] New: Postblit cannot be disabled when copy ctor is defined

2019-11-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20367 Issue ID: 20367 Summary: Postblit cannot be disabled when copy ctor is defined Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: normal

[Issue 20366] CTFE foreach_reverse on array with utf characters crashes compiler

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

[Issue 20366] CTFE foreach_reverse on array with utf characters crashes compiler

2019-11-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20366 Suleyman Sahmi (سليمان السهمي) changed: What|Removed |Added Keywords||CTFE, ice,

[Issue 20366] New: CTFE foreach_reverse on array with utf characters crashes compiler

2019-11-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20366 Issue ID: 20366 Summary: CTFE foreach_reverse on array with utf characters crashes compiler Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 20358] External initialization of private struct fields should be disallowed

2019-11-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20358 --- Comment #7 from Max Samukha --- (In reply to Simen Kjaeraas from comment #6) > In favor of closing as invalid: If your type has an invariant that requires > private fields to have specific values, you should define a constructor that >

[Issue 20343] false positive in style checker, checking casts

2019-11-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20343 berni44 changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|MOVED

[Issue 20358] External initialization of private struct fields should be disallowed

2019-11-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20358 --- Comment #6 from Simen Kjaeraas --- In favor of closing as invalid: If your type has an invariant that requires private fields to have specific values, you should define a constructor that establishes said invariant. If you don't, you've

[Issue 6467] (D1 only) Static array is corrupted when concatenated

2019-11-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6467 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 6717] (D1 only) Unhelpful diagnostic on wrong end-of-instruction token in ASM

2019-11-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6717 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 6784] (D1 only) Compile-time constant assigned with a runtime value

2019-11-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6784 RazvanN changed: What|Removed |Added Status|REOPENED|RESOLVED CC|

[Issue 7099] (D1 only) static constructor in template mixin in library not executed

2019-11-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7099 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 7558] (D1 only) Useless 'cannot implicitly convert' errors when number of function arguments is wrong

2019-11-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7558 RazvanN changed: What|Removed |Added Status|REOPENED|RESOLVED CC|

[Issue 3852] Default struct constructors needed

2019-11-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3852 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 3852] Default struct constructors needed

2019-11-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3852 Max Samukha changed: What|Removed |Added CC||maxsamu...@gmail.com --- Comment #3 from Max

[Issue 12249] (D1 only) Variadic template argument deduction fails

2019-11-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12249 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 12634] [D1] Wrong code with string literal concatenation

2019-11-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12634 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 14334] (D1 only) Forward reference error with method returning template instance equal to typeof(this)

2019-11-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14334 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 14456] (D1 only) dmd doesn't call C functions with large structures correctly

2019-11-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14456 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 15067] Broken links on D1 web site

2019-11-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15067 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 5185] (D1 only) Recursive template expansion error in class method

2019-11-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5185 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED CC|