[Issue 22560] ImportC: extra semicolon not allowed outside of functions

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

[Issue 22570] more arguments than fields allowed in struct constructor

2021-12-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22570 --- Comment #1 from Basile-z --- Possibly caused by the changes done for https://dlang.org/changelog/2.087.0.html#struct_ctor_default_params --

[Issue 22570] New: more arguments than fields allowed in struct constructor

2021-12-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22570 Issue ID: 22570 Summary: more arguments than fields allowed in struct constructor Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW

[Issue 22569] emplace silently escapes @safe

2021-12-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22569 --- Comment #1 from Stanislav Blinov --- Correction: you'd need a cast not to call the target ctor, but to emulate one, because struct initialization in D is not uniform. One of the various code paths in the `emplace` implementation does this. --

[Issue 22569] New: emplace silently escapes @safe

2021-12-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22569 Issue ID: 22569 Summary: emplace silently escapes @safe Product: D Version: D2 Hardware: All OS: Linux Status: NEW Severity: normal Priority: P1

[Issue 17870] Can't alias a mix of parent and child class members

2021-12-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17870 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 22491] Building errors on dub build --build=release

2021-12-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22491 --- Comment #5 from Alexey --- removed all 'debug' marked code from source - this helped. but I can't determine, which part exactly fixed the issue. here is diff to my code