[Issue 22767] C-style variadic functions assume __va_list_tag is imported

2022-02-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22767 Ketmar Dark changed: What|Removed |Added CC||ket...@ketmar.no-ip.org --

[Issue 22788] [REG master] Expression header out of sync

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

[Issue 22788] [REG master] Expression header out of sync

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

[Issue 22788] New: [REG master] Expression header out of sync

2022-02-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22788 Issue ID: 22788 Summary: [REG master] Expression header out of sync Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: regression Prio

[Issue 22751] DMD as a library crashes with fatal() on parseModule

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

[Issue 22751] DMD as a library crashes with fatal() on parseModule

2022-02-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22751 Paul Backus changed: What|Removed |Added Summary|DMD as a library hang with |DMD as a library crashes |fa

[Issue 22751] DMD as a library hang with fatal() on parseModule

2022-02-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22751 Paul Backus changed: What|Removed |Added CC||snarwin+bugzi...@gmail.com --- Comment #3 from

[Issue 21674] [REG v2.086] `alias this` triggers wrong deprecation message on function call

2022-02-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21674 Dlang Bot changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Issue 20247] ICE: access violation

2022-02-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20247 --- Comment #2 from Bastiaan Veelo --- Thanks. It appears this was fixed in 2.090.0! --

[Issue 22221] [dip1000] pure function can escape parameters through Exception

2022-02-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1 --- Comment #4 from Dennis --- (In reply to Walter Bright from comment #3) > Therefore, this fix will be both correct and break the least amount of code. I'm not sure, what's left blocking the fix PR is 1 function in excel-D (shouldEqual) and some P

[Issue 20247] ICE: access violation

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

[Issue 21368] copy-constructors aren't called for static arrays

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

[Issue 20365] Copy constructor not invoked on static arrays of structs but the postblit works

2022-02-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20365 RazvanN changed: What|Removed |Added CC||ilyayaroshe...@gmail.com --- Comment #4 from Razva

[Issue 21674] [REG v2.086] `alias this` triggers wrong deprecation message on function call

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

[Issue 22756] ImportC: no __builtin_offsetof

2022-02-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22756 Dlang Bot changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Issue 14713] dmd -ofpath/to/bar calls mkdir -p to create a file anywhere

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

[Issue 21674] [REG v2.086] `alias this` triggers wrong deprecation message on function call

2022-02-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21674 --- Comment #9 from Iain Buclaw --- (In reply to Iain Buclaw from comment #7) > if (tf.isref && ad1.fields[0].type == tf.next) > return result; The more I look at this, the more it does not make any sense to me. --

[Issue 14655] invalid mangling on the D side. it wants '.init', but using '.__init' for some reason

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

[Issue 22787] New: Not present in the VS2022 Marketplace

2022-02-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22787 Issue ID: 22787 Summary: Not present in the VS2022 Marketplace Product: D Version: D2 Hardware: x86 OS: Windows Status: NEW Severity: enhancement Prio

[Issue 21674] [REG v2.086] `alias this` triggers wrong deprecation message on function call

2022-02-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21674 --- Comment #8 from Iain Buclaw --- What would be considered the right behaviour for statics? --- struct Test { private static int _impl; static ref int state() { return _impl; } void check(int expected) { assert(_impl == expected); }

[Issue 14145] opDispatch not considered when function body doesn't compile

2022-02-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14145 --- Comment #16 from Dlang Bot --- @RazvanN7 created dlang/dmd pull request #13679 "Fix Issue 14145 - opDispatch not considered when function body doesn't compile" fixing this issue: - Fix Issue 14145 - opDispatch not considered when function body d

[Issue 14531] `@disable this() immutable` disable mutable default construction, too

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

[Issue 14145] opDispatch not considered when function body doesn't compile

2022-02-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14145 RazvanN changed: What|Removed |Added Severity|critical|regression --- Comment #15 from RazvanN --- Regre

[Issue 22786] New: maxElement et al does not support range over immutable

2022-02-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22786 Issue ID: 22786 Summary: maxElement et al does not support range over immutable Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: minor

[Issue 22785] New: joiner does not support range over immutable

2022-02-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22785 Issue ID: 22785 Summary: joiner does not support range over immutable Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: minor Pr

[Issue 21674] [REG v2.086] `alias this` triggers wrong deprecation message on function call

2022-02-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21674 --- Comment #7 from Iain Buclaw --- The cause of the regression is that the conditions that check this are looking at the wrong thing. --- if (Expression result = checkAliasThisForLhs(ad1, sc, e)) { // Problem #1 // + e = `m.data = "Hello

[Issue 21674] [REG v2.086] `alias this` triggers wrong deprecation message on function call

2022-02-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21674 Iain Buclaw changed: What|Removed |Added CC||ibuc...@gdcproject.org --- Comment #6 from Iai

[Issue 22145] Wrong error message when `scope` errors are detected in foreach body

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

[Issue 22215] returning expired stack pointers in @system code allowed by spec, not by implementation

2022-02-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22215 Walter Bright changed: What|Removed |Added Component|dmd |dlang.org --- Comment #5 from Walter Bright

[Issue 22215] returning expired stack pointers in @system code allowed by spec, not by implementation

2022-02-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22215 Walter Bright changed: What|Removed |Added Keywords||safe CC|