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

2024-01-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4071

--- Comment #17 from Dlang Bot  ---
dlang/dmd pull request #15974 "fix issue 4071: improve support for shared
runtime" was merged into master:

- 1f4e7217e16b784684cd0e4992810fc686373b86 by Rainer Schuetze:
  fix issue 4071: improve support for shared runtime

  - register module info of clients and run module ctors/dtors
  - register .data section of clients with the GC

https://github.com/dlang/dmd/pull/15974

--


[Issue 19702] Remove usage of DECLARE_HANDLE

2024-01-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19702

Dlang Bot  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Dlang Bot  ---
dlang/dmd pull request #16038 "Fix issue 19702 - Remove usage of
DECLARE_HANDLE" was merged into master:

- 85cc0cad7920f3f93dd83a9a9ff47484d617a7b9 by vabenil:
  Fix issue 19702 - Remove usage of DECLARE_HANDLE

  Replace DECLARE_HANDLE in favor of aliases to avoid weird compilation
  issues.

https://github.com/dlang/dmd/pull/16038

--


[Issue 19702] Remove usage of DECLARE_HANDLE

2024-01-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19702

Dlang Bot  changed:

   What|Removed |Added

   Keywords||pull

--- Comment #1 from Dlang Bot  ---
@vabenil created dlang/dmd pull request #16038 "Fix issue 19702 - Remove usage
of DECLARE_HANDLE" fixing this issue:

- Fix issue 19702 - Remove usage of DECLARE_HANDLE

  Replace DECLARE_HANDLE in favor of aliases to avoid weird compilation
  issues.

https://github.com/dlang/dmd/pull/16038

--


[Issue 24339] std.mmfile has poor documentation

2024-01-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24339

Dlang Bot  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Dlang Bot  ---
dlang/phobos pull request #8891 "Fix 24339 - std.mmfile has poor documentation"
was merged into master:

- d8564eb29daca2e3af7cddcd379e4903ac816fb6 by Dennis Korpel:
  Fix 24339 - std.mmfile has poor documentation

https://github.com/dlang/phobos/pull/8891

--