[Issue 15114] hijacking and selective imports

2022-10-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15114 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 15121] Unneeded stack frame generated

2022-10-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15121 RazvanN changed: What|Removed |Added Keywords||backend CC|

[Issue 15125] Explicit pure needed even though pure: at the top of the file

2022-10-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15125 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 15155] ')' cannot be expressed in code examples

2022-10-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15155 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 15246] Destructor inheritance doesn't inherit attributes properly

2022-10-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15246 RazvanN changed: What|Removed |Added Assignee|razvan.nitu1...@gmail.com |nob...@puremagic.com --

[Issue 15248] Function in current module is not allowed to overload imported function

2022-10-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15248 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 15254] is expression compares string sub-type equal to an array

2022-10-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15254 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 15256] Data races with arrays allowed in @safe code

2022-10-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15256 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 15311] [dmd-internal] DsymbolExp.resolve and DotIdExp.semanticY (eright.op == TOKimport) need to be merged

2022-10-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15311 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 15329] __traits(isPOD, S) incorrectly returns true for structs with disabled S.init

2022-10-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15329 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 15347] error message for converting return value with ctor/dtor is horrible

2022-10-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15347 RazvanN changed: What|Removed |Added CC||razvan.nitu1...@gmail.com --- Comment #1 from Razv

[Issue 15414] __traits(getAttributes) should error if the function has multiple overloads

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

[Issue 22495] SECURITY: unicode directionality overrides should be rejected

2022-10-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22495 --- Comment #2 from Dlang Bot --- @dukc updated dlang/dmd pull request #14538 "Fix security issue 22495" mentioning this issue: - Fix security issue 22495 - unicode bidirectional controls should be forbidden. https://github.com/dlang/dmd/pull/14538

[Issue 23410] New: ImportC: binary constants not allowed

2022-10-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23410 Issue ID: 23410 Summary: ImportC: binary constants not allowed Product: D Version: D2 Hardware: All OS: All Status: NEW Keywords: ImportC Severity: en

[Issue 23410] ImportC: binary constants not allowed

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

[Issue 23410] ImportC: binary constants not allowed

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

[Issue 23411] New: ImportC: undefined identifier __builtin_nanf

2022-10-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23411 Issue ID: 23411 Summary: ImportC: undefined identifier __builtin_nanf Product: D Version: D2 Hardware: All OS: All Status: NEW Keywords: ImportC Sever

[Issue 23411] ImportC: undefined identifier __builtin_nanf

2022-10-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23411 --- Comment #1 from dave287...@gmail.com --- Note that adding: alias __builtin_nan = imported!"core.stdc.math".nan; alias __builtin_nanf = imported!"core.stdc.math".nanf; alias __builtin_nanl = imported!"core.stdc.math".nanl; to __builti