Thread overview
[Issue 20445] [tools] remove build date for a reproducible build
Apr 14, 2020
Mathias LANG
Jun 05, 2020
Mathias LANG
April 14, 2020
https://issues.dlang.org/show_bug.cgi?id=20445

Mathias LANG <pro.mathias.lang@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pro.mathias.lang@gmail.com
         Depends on|                            |20444

--- Comment #1 from Mathias LANG <pro.mathias.lang@gmail.com> ---
Raised a PR for 20444, this can be fixed once dtools are compiled with a compiler that supports it (tentatively 2.092.0).


Referenced Issues:

https://issues.dlang.org/show_bug.cgi?id=20444
[Issue 20444] Make __DATE__ in dlang reproducible using SOURCE_DATE_EPOCH
--
April 17, 2020
https://issues.dlang.org/show_bug.cgi?id=20445
Issue 20445 depends on issue 20444, which changed state.

Issue 20444 Summary: Make __DATE__ in dlang reproducible using SOURCE_DATE_EPOCH https://issues.dlang.org/show_bug.cgi?id=20444

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

--
June 05, 2020
https://issues.dlang.org/show_bug.cgi?id=20445

Mathias LANG <pro.mathias.lang@gmail.com> changed:

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

--- Comment #2 from Mathias LANG <pro.mathias.lang@gmail.com> ---
Since __DATE__ now recognize SOURCE_DATE_EPOCH I believe this can be closed. This bug was mostly for packagers, who have control over which compilers are used for building, and LDC / DMD 2.092 have been released.

--