Thread overview
[Issue 23658] .di generation of variables should turn them into declarations
Jan 27, 2023
Dlang Bot
Jan 28, 2023
Walter Bright
Jan 28, 2023
Walter Bright
Jan 30, 2023
Dlang Bot
Jan 31, 2023
Dlang Bot
January 27, 2023
https://issues.dlang.org/show_bug.cgi?id=23658

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/dmd pull request #14851 "fix Issue 23658 - .di generation of variables should turn them into d…" fixing this issue:

- fix Issue 23658 - .di generation of variables should turn them into declarations

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

--
January 28, 2023
https://issues.dlang.org/show_bug.cgi?id=23658

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=4071

--
January 28, 2023
https://issues.dlang.org/show_bug.cgi?id=23658

--- Comment #2 from Walter Bright <bugzilla@digitalmars.com> ---
See also: https://github.com/dlang/dmd/pull/14849

--
January 30, 2023
https://issues.dlang.org/show_bug.cgi?id=23658

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
@RazvanN7 created dlang/dmd pull request #14854 "Fix Issue 23658 - replace uses of sprintf with snprintf in the compiler" fixing this issue:

- Fix Issue 23658 - replace uses of sprintf with snprintf in the compiler

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

--
January 31, 2023
https://issues.dlang.org/show_bug.cgi?id=23658

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #14851 "fix Issue 23658 - .di generation of variables should turn them into d…" was merged into master:

- 0a5bf79e757e08e07986b3d309039156a793c854 by Walter Bright:
  fix Issue 23658 - .di generation of variables should turn them into
declarations

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

--