[Issue 23679] off-by-one error for static array size limit

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

[Issue 23545] export int a; should generate dllexport, not dllimport

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

[Issue 15985] [REG2.068/2.069] Code doesn't link unless compiled with -debug

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

[Issue 16603] [Lexical] comment definition is incorrrect

2023-02-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16603 kdevel changed: What|Removed |Added CC||kde...@vogtner.de --- Comment #3 from kdevel ---

[Issue 23679] off-by-one error for static array size limit

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

[Issue 23679] off-by-one error for static array size limit

2023-02-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23679 Dennis changed: What|Removed |Added CC||dkor...@live.nl Hardware|x86_64

[Issue 23679] New: 2147483647 does not exceed 0x7fffffff

2023-02-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23679 Issue ID: 23679 Summary: 2147483647 does not exceed 0x7fff Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: normal

[Issue 23678] New: Contracts are compiled with release switch?

2023-02-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23678 Issue ID: 23678 Summary: Contracts are compiled with release switch? Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: normal

[Issue 23676] Compilation differences w/ braceless vs brace-full static if within switch statement

2023-02-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23676 --- Comment #3 from Bradley Chatha --- Marking the nested function as @safe prevents the error message; allows the compilation to succeed, however the compiler does still hang for a while before it finishes. --

[Issue 23676] Compilation differences w/ braceless vs brace-full static if within switch statement

2023-02-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23676 --- Comment #2 from Bradley Chatha --- Even more strangely: If you delete any line within the body of the case statement that is guarded by the fault `static if`, compilation succeeds. What a very strange edge case this is hitting. --

[Issue 23676] Compilation differences w/ braceless vs brace-full static if within switch statement

2023-02-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23676 RazvanN changed: What|Removed |Added CC||razvan.nitu1...@gmail.com

[Issue 23677] New: log1p Documentation Doesn't Match Implementation

2023-02-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23677 Issue ID: 23677 Summary: log1p Documentation Doesn't Match Implementation Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: enhancement

[Issue 16603] [Lexical] comment definition is incorrrect

2023-02-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16603 --- Comment #2 from Kevin --- 1) The technical language specification which one would use to build a parser is still incorrect, regardless of any flavour text in the description. 2) you only addressed the second part of the issue, completely

[Issue 23676] New: Compilation differences w/ braceless vs brace-full static if within switch statement

2023-02-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23676 Issue ID: 23676 Summary: Compilation differences w/ braceless vs brace-full static if within switch statement Product: D Version: D2 Hardware: x86_64 OS: Mac OS

[Issue 21821] Optimizer assumes immutables do not change, but they can in @system code

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

[Issue 23675] Error on direct double.NaN comparison

2023-02-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23675 Dennis changed: What|Removed |Added CC||dkor...@live.nl --- Comment #1 from Dennis ---

[Issue 23675] New: Error on direct double.NaN comparison

2023-02-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23675 Issue ID: 23675 Summary: Error on direct double.NaN comparison Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: enhancement

[Issue 23387] ImportC: identical structs defined in two C files lead to duplicate .init symbol on macOS

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

[Issue 23675] Error on direct double.NaN comparison

2023-02-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23675 Bolpat changed: What|Removed |Added CC||qs.il.paperi...@gmail.com --

[Issue 16603] [Lexical] comment definition is incorrrect

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

[Issue 20781] Can call @live function without checking dip1021 rules

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