[Issue 23402] importc function definitions from includes can cause D name conflicts

2023-04-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23402 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #6 from Dlang Bot --- @WalterB

[Issue 23837] importc fails to link on windows x86 but successes on x64

2023-04-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23837 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #1 from

[Issue 23837] New: importc fails to link on windows x86 but successes on x64

2023-04-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23837 Issue ID: 23837 Summary: importc fails to link on windows x86 but successes on x64 Product: D Version: D2 Hardware: x86 OS: Windows Status: NEW

[Issue 23836] New: Two errors printed for typeof(super) in non-static member context

2023-04-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23836 Issue ID: 23836 Summary: Two errors printed for typeof(super) in non-static member context Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 23835] Accessing variable outside nested function creates delegate even if it is static

2023-04-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23835 --- Comment #3 from RazvanN --- Looking at the compiler code, it seems that when `builder.perform()` is encountered you have a CallExp that points to a DotIdExp (builder.perform). To analyze it, the compiler first needs to semantically analyze `buil

[Issue 23835] Accessing variable outside nested function creates delegate even if it is static

2023-04-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23835 --- Comment #2 from Richard Cattermole --- Yeah I went with ``typeof(builder).perform;`` since the real thing is templated non-trivially. Not ideal for example code though (which is what triggered this). --

[Issue 23835] Accessing variable outside nested function creates delegate even if it is static

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

[Issue 22765] Assertion failure in CppMangleVisitor.template_args

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

[Issue 22760] Segmentation fault in CppMangleVisitor.template_arg

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

[Issue 23835] New: Accessing variable outside nested function creates delegate even if it is static

2023-04-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23835 Issue ID: 23835 Summary: Accessing variable outside nested function creates delegate even if it is static Product: D Version: D2 Hardware: All OS: All

[Issue 22739] Segmentation fault in CppMangleVisitor.headOfType

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

[Issue 23834] New: std.file : File links to c functions are invalid and need updating

2023-04-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23834 Issue ID: 23834 Summary: std.file : File links to c functions are invalid and need updating Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 23312] Crash when calling writeln in WinMain

2023-04-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23312 Richard Cattermole changed: What|Removed |Added CC||alphaglosi...@gmail.com --- Comment #5

[Issue 22857] Segfault for malformed static if in imported template

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