Thread overview
[Issue 20014] [REG 2.084] -transition=all, -preview=all, -revert=all is invalid
Dec 18, 2019
Walter Bright
Jun 30, 2020
Dlang Bot
Jul 02, 2020
Dlang Bot
Jul 09, 2020
Dlang Bot
December 18, 2019
https://issues.dlang.org/show_bug.cgi?id=20014

Walter Bright <bugzilla@digitalmars.com> changed:

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

--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> ---
Proper link: https://github.com/dlang/dmd/pull/9206

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

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@Geod24 updated dlang/dmd pull request #11348 "Make -{preview|revert|transition}=all work again" fixing this issue:

- Fix 20014: Make -{preview|revert|transition}=all work again

  The code was probably changed at some point from a break to a return,
  but the 'all' special case was not updated.
  For clarity, some text was also edited: 'id' has been renamed to 'name',
  as 'id' has been used in the past to mean number,
  and it's also used this way for -version and -debug.
  Finally, the description for 'all' was fixed.

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

--
July 02, 2020
https://issues.dlang.org/show_bug.cgi?id=20014

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 #11348 "Make -{preview|revert|transition}=all work again" was merged into stable:

- 123674c6caa1f324fc375c8df3147d945117537a by Geod24:
  Fix 20014: Make -{preview|revert|transition}=all work again

  The code was probably changed at some point from a break to a return,
  but the 'all' special case was not updated.
  For clarity, some text was also edited: 'id' has been renamed to 'name',
  as 'id' has been used in the past to mean number,
  and it's also used this way for -version and -debug.
  Finally, the description for 'all' was fixed.

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

--
July 09, 2020
https://issues.dlang.org/show_bug.cgi?id=20014

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

- aeddb84f15c5929e16ca915929dc2457ce3e283e by Geod24:
  Fix 20014: Make -{preview|revert|transition}=all work again

  The code was probably changed at some point from a break to a return,
  but the 'all' special case was not updated.
  For clarity, some text was also edited: 'id' has been renamed to 'name',
  as 'id' has been used in the past to mean number,
  and it's also used this way for -version and -debug.
  Finally, the description for 'all' was fixed.

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

--