Thread overview
[Issue 20620] dmd version has -dirty suffix
Sep 05, 2020
Dlang Bot
Sep 06, 2020
Dlang Bot
Feb 05, 2023
Andrej Mitrovic
September 05, 2020
https://issues.dlang.org/show_bug.cgi?id=20620

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@rainers created dlang/installer pull request #469 "fix issue 20620 - dmd version has -dirty suffix" fixing this issue:

- fix issue 20620 - dmd version has -dirty suffix

  run `git clean` instead of `make clean` to have platform independent cleanup
  restore original VERSION file to avoid `git describe` returning "dirty" due
to a previous build

https://github.com/dlang/installer/pull/469

--
September 06, 2020
https://issues.dlang.org/show_bug.cgi?id=20620

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/installer pull request #469 "fix issue 20620 - dmd version has -dirty suffix" was merged into master:

- 96e860f017eb0c7abd714a196b00b2ce451fb44e by Rainer Schuetze:
  fix issue 20620 - dmd version has -dirty suffix

  run `git clean` instead of `make clean` to have platform independent cleanup
  restore original VERSION file to avoid `git describe` returning "dirty" due
to a previous build

https://github.com/dlang/installer/pull/469

--
February 05, 2023
https://issues.dlang.org/show_bug.cgi?id=20620

Andrej Mitrovic <andrej.mitrovich@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |andrej.mitrovich@gmail.com
         Resolution|FIXED                       |---

--- Comment #3 from Andrej Mitrovic <andrej.mitrovich@gmail.com> ---
Have to reopen this, it's been reproducible for at least the last few releases that I can tell, including v2.102.0.

--
December 27
https://issues.dlang.org/show_bug.cgi?id=20620

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
                 CC|                            |ibuclaw@gdcproject.org
         Resolution|---                         |DUPLICATE

--- Comment #4 from Iain Buclaw <ibuclaw@gdcproject.org> ---


*** This issue has been marked as a duplicate of issue 22212 ***

--