[Issue 23863] `typeof` rejects `AliasSeq!()` as argument

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

[Issue 19326] .tupleof sidesteps protection attributes

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

[Issue 19293] Qualified inherited class does not have any effect

2023-04-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19293 RazvanN changed: What|Removed |Added Keywords||bootcamp --

[Issue 19291] undefined reference linker error with separate compillation

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

[Issue 19270] is expression fails with function types

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

[Issue 19235] Repeatedly calling non-pure function in non-pure literal nested in pure function is broken

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

[Issue 19233] name conflict for init

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

[Issue 17954] init member should be disallowed

2023-04-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17954 RazvanN changed: What|Removed |Added CC||bitwo...@qq.com --- Comment #6 from RazvanN --- *

[Issue 19816] adding import causes symbol lookup deperecation message in another module

2023-04-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19816 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 23818] Error HMODULE not defined, please use HMODULE

2023-04-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23818 RazvanN changed: What|Removed |Added CC||r.sagita...@gmx.de --- Comment #2 from RazvanN --

[Issue 23846] std.math can't compile under macos rosetta

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

[Issue 23864] New: importC fails on assert( pointer != NULL )

2023-04-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23864 Issue ID: 23864 Summary: importC fails on assert( pointer != NULL ) Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: enhancement

[Issue 23865] New: duplicate alias not detected

2023-04-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23865 Issue ID: 23865 Summary: duplicate alias not detected Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: minor Priority: P1

[Issue 23864] importC fails on assert( pointer != NULL )

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

[Issue 23864] importC fails on assert( pointer != NULL )

2023-04-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23864 --- Comment #2 from emteria_wegw...@web.de --- I get $ dmd test.i test.c(8): Error: expression expected, not `{` test.c(8): Error: found `if` when expecting `)` test.c(8): Error: found `;` when expecting `)` test.c(8): Error: found `else` when expect