Thread overview
[Issue 17544] Versions derived from predefined versions not reserved
Jun 24, 2017
Iain Buclaw
Jul 06, 2022
Mathias LANG
Jul 06, 2022
Dlang Bot
Dec 17, 2022
Iain Buclaw
June 24, 2017
https://issues.dlang.org/show_bug.cgi?id=17544

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ibuclaw@gdcproject.org

--- Comment #1 from Iain Buclaw <ibuclaw@gdcproject.org> ---
On an implementation note, VersionCondition.isReserved() could probably be cleaned up a little more by implementing this.  Assuming that it ends up being similar to how the "D_*" versions are checked, but a bit more generic, the following could be removed from the list: ARM_*, PPC_*, MIPS_*, SPARC_*, Alpha_*.

--
July 06, 2022
https://issues.dlang.org/show_bug.cgi?id=17544

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

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

--- Comment #2 from Mathias LANG <pro.mathias.lang@gmail.com> ---
Honestly this sounds very impractical, and I'm not sure it should be fixed.

--
July 06, 2022
https://issues.dlang.org/show_bug.cgi?id=17544

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

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ibuclaw created dlang/dmd pull request #14271 "[experiment] fix Issue 17544 - Versions derived from predefined versions not reserved" fixing this issue:

- fix Issue 17544 - Versions derived from predefined versions not reserved

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

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

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3

--