Thread overview
[Issue 5573] Compiler (not linker) should generate an error for missing main()
Dec 17, 2022
Iain Buclaw
Jan 11
Dlang Bot
Apr 24
Dlang Bot
June 09, 2015
https://issues.dlang.org/show_bug.cgi?id=5573

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|D1 & D2                     |D2

--
October 14, 2016
https://issues.dlang.org/show_bug.cgi?id=5573

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |bootcamp
                 CC|                            |andrei@erdani.com

--
October 14, 2016
https://issues.dlang.org/show_bug.cgi?id=5573

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |bootcamp
                 CC|                            |andrei@erdani.com

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=5573

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P4

--
January 11
https://issues.dlang.org/show_bug.cgi?id=5573

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

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

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
@dkorpel created dlang/dmd pull request #16021 "Demangle symbols in linker errors" fixing this issue:

- Demangle symbols in linker errors

  Fix issue 5573

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

--
April 24
https://issues.dlang.org/show_bug.cgi?id=5573

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

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

--- Comment #5 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #16021 "Demangle symbols in linker errors" was merged into master:

- ac8d9556c2dbcdf553f648ab764cf36c0c3243ae by Dennis Korpel:
  Demangle symbols in linker errors

  Fix bugzilla issue 5573

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

--