Thread overview
[Issue 22863] [REG2.099] -main doesn't work anymore when used for linking only (without source modules)
Mar 17, 2022
Dlang Bot
Mar 20, 2022
Walter Bright
Mar 21, 2022
Dlang Bot
Mar 27, 2022
Dlang Bot
March 17, 2022
https://issues.dlang.org/show_bug.cgi?id=22863

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@dkorpel created dlang/dmd pull request #13830 "Fix issue 22863 - -main doesn't work anymore when used for linking only" fixing this issue:

- Fix issue 22863 - -main doesn't work anymore when used for linking only

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

--
March 20, 2022
https://issues.dlang.org/show_bug.cgi?id=22863

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com

--- Comment #2 from Walter Bright <bugzilla@digitalmars.com> ---
I didn't know that ever worked :-/

--
March 21, 2022
https://issues.dlang.org/show_bug.cgi?id=22863

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

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #13830 "Fix issue 22863 - -main doesn't work anymore when used for linking only" was merged into stable:

- ad4c91c37155253de84adb606b95f5a84ecbff4e by Dennis Korpel:
  Fix issue 22863 - -main doesn't work anymore when used for linking only

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

--
March 27, 2022
https://issues.dlang.org/show_bug.cgi?id=22863

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #13892 "Merge stable into master" was merged into master:

- d8c241fb28dea82642865e370ce01063539d608f by Dennis:
  Fix issue 22863 - -main doesn't work anymore when used for linking only
(#13830)

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

--