[Issue 13471] CTFE glitch when executing std.digest.crc.crc32Of() and checking the result with enforce(). (keyword: uninitialized variable)

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

[Issue 971] [profile] No profiling output is generated if the application terminates with exit

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

[Issue 194] DDoc: method-attributes ignored within templated class

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

[Issue 2396] -O causes very long execution time on foreach loop of large array of structs

2019-05-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2396 Mike Franklin changed: What|Removed |Added CC||slavo5...@yahoo.com --- Comment #13 from Mike

[Issue 19894] New: Structs with disabled postblit is still not copyable after defining a copy constructor

2019-05-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19894 Issue ID: 19894 Summary: Structs with disabled postblit is still not copyable after defining a copy constructor Product: D Version: D2 Hardware: x86_64 OS: Linux

[Issue 19891] Confusing error message for auto ref parameters with default values

2019-05-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19891 Yuxuan Shui changed: What|Removed |Added Severity|enhancement |normal --

[Issue 19469] File.byLine reuses buffer

2019-05-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19469 Yuxuan Shui changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 19120] Cannot slice a struct with a tuple alias this

2019-05-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19120 Yuxuan Shui changed: What|Removed |Added Status|REOPENED|NEW --

[Issue 19120] Cannot slice a struct with a tuple alias this

2019-05-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19120 --- Comment #3 from Yuxuan Shui --- To clarify: The problem of comment #0 is that Y is actually an array (A!(int, double)[0]). So that is not a valid example. But the problem is real, as the example in comment #2 shows. It is possible to index A!(i

[Issue 19794] const on AliasSeq ignored

2019-05-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19794 Yuxuan Shui changed: What|Removed |Added Severity|enhancement |normal --

[Issue 19190] Circular reference error resolved by getting allMembers

2019-05-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19190 --- Comment #3 from Yuxuan Shui --- The behavior is changed since 2.069.2, as run.dlang.io shows: https://run.dlang.io/is/lOtIDw --

[Issue 19794] const on AliasSeq ignored

2019-05-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19794 Yuxuan Shui changed: What|Removed |Added Severity|normal |enhancement --

[Issue 19190] Circular reference error resolved by getting allMembers

2019-05-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19190 Yuxuan Shui changed: What|Removed |Added Severity|enhancement |normal --- Comment #4 from Yuxuan Shui --- Th

[Issue 19190] Circular reference error resolved by getting allMembers

2019-05-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19190 --- Comment #5 from Yuxuan Shui --- This code even triggers an "Error: unknown": https://run.dlang.io/is/ntQYrl --

[Issue 19190] pragma(msg) changes the semantics of a program

2019-05-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19190 Yuxuan Shui changed: What|Removed |Added Summary|Circular reference error|pragma(msg) changes the |res

[Issue 463] [module] private module members have global bindings instead of local ones

2019-05-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=463 RazvanN changed: What|Removed |Added CC||razvan.nitu1...@gmail.com --- Comment #2 from Razvan

[Issue 8622] Allow labeled breaks to work on *any* block

2019-05-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8622 Issue 8622 depends on issue 827, which changed state. Issue 827 Summary: Trying to break out of a labelled BlockStatement breaks out of a for loop at its beginning https://issues.dlang.org/show_bug.cgi?id=827 What|Removed

[Issue 827] Trying to break out of a labelled BlockStatement breaks out of a for loop at its beginning

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

[Issue 19894] Structs with disabled postblit is still not copyable after defining a copy constructor

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

[Issue 277] Named mixin operator resolution

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

[Issue 340] [Tracker] Forward reference bugs and other order-of-declaration issues

2019-05-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=340 Issue 340 depends on issue 1197, which changed state. Issue 1197 Summary: "static if" + enum.max/enum.min doesn't compile (D1 only) https://issues.dlang.org/show_bug.cgi?id=1197 What|Removed |Added ---

[Issue 1197] "static if" + enum.max/enum.min doesn't compile (D1 only)

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

[Issue 19895] New: Floating point exception casting zero length array

2019-05-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19895 Issue ID: 19895 Summary: Floating point exception casting zero length array Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: normal

[Issue 19895] Floating point exception casting zero length array

2019-05-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19895 --- Comment #1 from Yuxuan Shui --- Slightly reduced: void fn() { void[] a ; auto b = cast(byte[0][]) a; } --

[Issue 19896] New: [internals] Represent string and arrays as sparse literals

2019-05-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19896 Issue ID: 19896 Summary: [internals] Represent string and arrays as sparse literals Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 19897] New: dinterpret.d:6439: Internal Compiler Error: null field

2019-05-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19897 Issue ID: 19897 Summary: dinterpret.d:6439: Internal Compiler Error: null field Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: critical

[Issue 16643] CTFE internal error with null

2019-05-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16643 Iain Buclaw changed: What|Removed |Added CC||ibuc...@gdcproject.org Severity|mino

[Issue 19897] dinterpret.d:6439: Internal Compiler Error: null field

2019-05-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19897 Iain Buclaw changed: What|Removed |Added Keywords||ice --

[Issue 19896] [internals] Represent string and arrays as sparse literals

2019-05-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19896 Iain Buclaw changed: What|Removed |Added CC||ibuc...@gdcproject.org --

[Issue 19897] dinterpret.d:6439: Internal Compiler Error: null field

2019-05-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19897 Iain Buclaw changed: What|Removed |Added CC||ibuc...@gdcproject.org --

[Issue 19898] New: ICE: in sizemask at dmd/mtype.d(2563): Assertion failure

2019-05-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19898 Issue ID: 19898 Summary: ICE: in sizemask at dmd/mtype.d(2563): Assertion failure Product: D Version: D2 Hardware: All OS: All Status: NEW S

[Issue 19898] ICE: in sizemask at dmd/mtype.d(2563): Assertion failure

2019-05-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19898 Iain Buclaw changed: What|Removed |Added CC||ibuc...@gdcproject.org --

[Issue 19897] dinterpret.d:6439: Internal Compiler Error: null field

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

[Issue 19898] ICE: in sizemask at dmd/mtype.d(2563): Assertion failure

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

[Issue 19895] Floating point exception casting zero length array

2019-05-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19895 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #2 from Dlang Bot --- @kubo39

[Issue 19825] Memory corruption involving lazy variadic, stdio and json

2019-05-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19825 Suleyman Sahmi (سليمان السهمي) changed: What|Removed |Added CC||sahmi.soulaim...@gmail.com

[Issue 19890] ICE: Segmentation fault with negative array size

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

[Issue 19895] Floating point exception casting zero length array

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

[Issue 19897] dinterpret.d:6439: Internal Compiler Error: null field

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

[Issue 19513] Use sched_getaffinity(2) to get the number of CPU cores if available

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

[Issue 19754] cast() sometimes yields lvalue, sometimes yields rvalue

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

[Issue 19898] ICE: in sizemask at dmd/mtype.d(2563): Assertion failure

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