[Issue 18765] [Arrays] Docs need info on initialization of static array with element literal

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

[Issue 18765] [Arrays] Docs need info on initialization of static array with element literal

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

[Issue 23660] DMD doesn't emit ABI-compatible extern(C++) thunks

2023-01-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23660 Iain Buclaw changed: What|Removed |Added See Also||https://github.com/dlang/dm

[Issue 23631] [REG master] ./src/importc.h:80:8: warning: undefining "__has_builtin"

2023-01-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23631 Iain Buclaw changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 15579] extern(C++) interfaces/multiple-inheritance

2023-01-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15579 Iain Buclaw changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 23660] DMD doesn't emit ABI-compatible extern(C++) thunks

2023-01-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23660 Iain Buclaw changed: What|Removed |Added Keywords||backend --

[Issue 23660] DMD doesn't emit ABI-compatible extern(C++) thunks

2023-01-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23660 Iain Buclaw changed: What|Removed |Added Keywords||C++ --

[Issue 23660] New: DMD doesn't emit ABI-compatible extern(C++) thunks

2023-01-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23660 Issue ID: 23660 Summary: DMD doesn't emit ABI-compatible extern(C++) thunks Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: blocker

[Issue 23660] DMD doesn't emit ABI-compatible extern(C++) thunks

2023-01-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23660 Iain Buclaw changed: What|Removed |Added CC||ibuc...@gdcproject.org See Also|

[Issue 15985] [REG2.068/2.069] Code doesn't link unless compiled with -debug

2023-01-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15985 --- Comment #7 from Iain Buclaw --- (In reply to Walter Bright from comment #6) > > Here's what I suspect is going on with this. Let's follow the semantic > analsysis: > DMD's default behaviour is to eagerly prune templates it expects to be

[Issue 15985] [REG2.068/2.069] Code doesn't link unless compiled with -debug

2023-01-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15985 --- Comment #6 from Walter Bright --- (In reply to ag0aep6g from comment #4) > void f()() > { > g!()(); > h!()(); > } > > void g()() { f!()(); } > void h()() { f!()(); } > > enum x = is(typeof(f!()())); > alias my_g = g!(); > > void

[Issue 11051] Unmatched case in a final switch should throw in both release and non-release mode

2023-01-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11051 Nick Treleaven changed: What|Removed |Added Keywords||safe CC|

[Issue 11051] Unmatched case in a final switch should throw in both release and non-release mode

2023-01-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11051 Nick Treleaven changed: What|Removed |Added CC||pub...@dicebot.lv --- Comment #14 from

[Issue 14643] Safety violation with final switch and void initializer

2023-01-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14643 Nick Treleaven changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 2525] Can't use `override` when implementing abstract base class's interface function

2023-01-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2525 --- Comment #16 from Dlang Bot --- @ntrel created dlang/dmd pull request #14853 "Fix 2525: check all parent interfaces for overriden methods" fixing this issue: - Fix 2525: check all parent interfaces for overriden methods Fix 2525: refactor in

[Issue 5872] core.sys.*, core.stdc.* modules are not documented

2023-01-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5872 Nick Treleaven changed: What|Removed |Added CC||robert.mue...@saphirion.com --- Comment #11

[Issue 5872] core.sys.*, core.stdc.* modules are not documented

2023-01-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5872 Nick Treleaven changed: What|Removed |Added Status|RESOLVED|REOPENED CC|

[Issue 14263] Several parts of core documentation is missing

2023-01-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14263 Nick Treleaven changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 23177] ModuleInfo is not exported on Windows

2023-01-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23177 --- Comment #11 from Richard Cattermole --- (In reply to Walter Bright from comment #10) > The ModuleInfo is necessary for static construction. For a DLL, the static > construction is handled by DllMain. If the ModuleInfo is exported, the user > of

[Issue 23659] New: Problem with and in C_HEADER_DESCRIPTION for core.stdc docs

2023-01-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23659 Issue ID: 23659 Summary: Problem with and in C_HEADER_DESCRIPTION for core.stdc docs Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW

[Issue 14263] Several parts of core documentation is missing

2023-01-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14263 Nick Treleaven changed: What|Removed |Added CC||n...@geany.org --- Comment #8 from Nick

[Issue 21321] Class with unimplemented interface method compiles, links, then segfaults, if inherited through abstract base class

2023-01-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21321 Nick Treleaven changed: What|Removed |Added CC||msnmanc...@hotmail.com --- Comment #7 from

[Issue 23653] Interface method not being detected as unimplemented when using abstract class

2023-01-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23653 Nick Treleaven changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 23177] ModuleInfo is not exported on Windows

2023-01-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23177 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #10

[Issue 23641] core.simd.int4 multiplication

2023-01-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23641 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|