[Issue 22367] The __ModuleInfo member spuriously linked for modules compiler with -betterC

2022-11-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22367 --- Comment #7 from Walter Bright --- > $ dmd -betterC -lib mylib1.d mylib2.d This compiles mylib1.d and mylib2.d, and creates a library file mylib.lib containing the object code from both. > $ dmd -I. mylib1 myexe.d -main This compiles mylib1.d

[Issue 6019] Phobos imports in autogenerated .di header files break implicit linking with DLLs

2022-11-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6019 Walter Bright changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 9816] Export is mostly broken

2022-11-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9816 Walter Bright changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 22367] The __ModuleInfo member spuriously linked for modules compiler with -betterC

2022-11-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22367 Walter Bright changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 4071] Missing support to share memory and objects between DLLs and executable

2022-11-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4071 Walter Bright changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 22367] The __ModuleInfo member spuriously linked for modules compiler with -betterC

2022-11-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22367 Walter Bright changed: What|Removed |Added Keywords||dll --

[Issue 23520] pragma(inline, false) not applied to nested function declaration

2022-11-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23520 Iain Buclaw changed: What|Removed |Added Keywords||wrong-code CC|

[Issue 23520] New: pragma(inline, false) not applied to nested function declaration

2022-11-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23520 Issue ID: 23520 Summary: pragma(inline, false) not applied to nested function declaration Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 23519] New: Unnecessary and inconsistent restrictions on delegate subtyping

2022-11-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23519 Issue ID: 23519 Summary: Unnecessary and inconsistent restrictions on delegate subtyping Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 23518] buildkite ae Socket.bind error

2022-11-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23518 Nick Treleaven changed: What|Removed |Added Keywords||TestSuite --

[Issue 23518] New: buildkite ae Socket.bind error

2022-11-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23518 Issue ID: 23518 Summary: buildkite ae Socket.bind error Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: minor Priority: P1

[Issue 9352] Memory corruption in delegate called by struct dtor

2022-11-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9352 RazvanN changed: What|Removed |Added CC||luka8...@owave.net --- Comment #5 from RazvanN

[Issue 9911] postblit not called when function is returning a initialized struct

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

[Issue 9848] Better diagnostic when type declaration was not expected

2022-11-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9848 RazvanN changed: What|Removed |Added Keywords||bootcamp CC|

[Issue 10123] Can't subtract positive number from length of array of struct with disabled default construction

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

[Issue 10177] irrelevant compiler error messages: should stop semantic3 passes after 1st error is encountered

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

[Issue 5207] Immutability is broken in constructors

2022-11-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5207 --- Comment #9 from RazvanN --- Thinking more about this, isn't the idea of module constructors to not type check qualifiers because it is considered that they are used to initialize data before the program is actually run? For example, this works:

[Issue 5187] Attribute hiding error or warning

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

[Issue 5040] opOpAssign should be automatically visible for types.

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

[Issue 23517] New: dmd with -g flag fails to link on macOS 13.0.1 (i368) with unaligned pointer

2022-11-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23517 Issue ID: 23517 Summary: dmd with -g flag fails to link on macOS 13.0.1 (i368) with unaligned pointer Product: D Version: D2 Hardware: x86 OS: Mac OS X