[Issue 23830] Azure failure for OMF: Module name not printed before struct symbol

2024-07-20 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23830 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 16334] dmd producing invalid OMF file

2024-07-20 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16334 Dennis changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 23487] std.experimental.logger assigning FileLogger to sharedLog no longer works

2024-07-20 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23487 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #5 from Dlang Bot --- @veelo u

[Issue 15932] Get rid of the implicit slicing of static arrays

2024-07-20 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15932 Nick Treleaven changed: What|Removed |Added CC||n...@geany.org --- Comment #7 from Nick Tre

[Issue 24668] New: ImportC: C files have no way to set module name

2024-07-20 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24668 Issue ID: 24668 Summary: ImportC: C files have no way to set module name Product: D Version: D2 Hardware: All OS: All Status: NEW Keywords: ImportC Se

[Issue 24669] New: ImportC: C files are not compiled with '-i' flag

2024-07-20 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24669 Issue ID: 24669 Summary: ImportC: C files are not compiled with '-i' flag Product: D Version: D2 Hardware: All OS: All Status: NEW Keywords: ImportC, link-failu

[Issue 24669] ImportC: C files are not compiled with '-i' flag

2024-07-20 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24669 --- Comment #1 from dave287...@gmail.com --- https://issues.dlang.org/show_bug.cgi?id=24668 might block this as projects that currently work importing *.c files for decls only might stop working. --

[Issue 24668] ImportC: C files have no way to set module name

2024-07-20 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24668 --- Comment #1 from dave287...@gmail.com --- I think the fix is to just set the module name to the import path. In other words `a/foo.c` implies a `module a.foo;` declaration. --