Jump to page: 1 2
Thread overview
[Issue 16140] while(auto x = y) does not behave like if(auto x = y)
Jun 09, 2016
Ketmar Dark
Jun 09, 2016
Ketmar Dark
Jun 09, 2016
Ketmar Dark
Jun 09, 2016
Ketmar Dark
Jun 09, 2016
Sophie
Jun 09, 2016
Sophie
Mar 01, 2021
deadalnix
Mar 02, 2021
Dlang Bot
Mar 10, 2021
Dlang Bot
Mar 10, 2021
Dlang Bot
Mar 13, 2021
Dlang Bot
Apr 09, 2021
RazvanN
June 09, 2016
https://issues.dlang.org/show_bug.cgi?id=16140

Ketmar Dark <ketmar@ketmar.no-ip.org> changed:

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

--- Comment #1 from Ketmar Dark <ketmar@ketmar.no-ip.org> ---


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

--
June 09, 2016
https://issues.dlang.org/show_bug.cgi?id=16140

Ketmar Dark <ketmar@ketmar.no-ip.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|DUPLICATE                   |---

--- Comment #2 from Ketmar Dark <ketmar@ketmar.no-ip.org> ---
oops. sorry, i misread "with" as "while"... ;-)

--
June 09, 2016
https://issues.dlang.org/show_bug.cgi?id=16140

Ketmar Dark <ketmar@ketmar.no-ip.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ketmar@ketmar.no-ip.org

--
June 09, 2016
https://issues.dlang.org/show_bug.cgi?id=16140

Ketmar Dark <ketmar@ketmar.no-ip.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Hardware|x86                         |All
                 OS|Mac OS X                    |All

--
June 09, 2016
https://issues.dlang.org/show_bug.cgi?id=16140

Sophie <meapineapple@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=13526

--
June 09, 2016
https://issues.dlang.org/show_bug.cgi?id=16140

Sophie <meapineapple@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=11070

--
March 01, 2021
https://issues.dlang.org/show_bug.cgi?id=16140

deadalnix <deadalnix@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |deadalnix@gmail.com

--- Comment #3 from deadalnix <deadalnix@gmail.com> ---
+1 This shouldn't be too difficult to fix and would make some code much nicer.

--
March 02, 2021
https://issues.dlang.org/show_bug.cgi?id=16140

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

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

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
@RazvanN7 created dlang/dmd pull request #12246 "Fix Issue 16140 -  while(auto
x = y) does not behave like if(auto x = y)" fixing this issue:

- Fix Issue 16140 -  while(auto x = y) does not behave like if(auto x = y)

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

--
March 10, 2021
https://issues.dlang.org/show_bug.cgi?id=16140

--- Comment #5 from Dlang Bot <dlang-bot@dlang.rocks> ---
@RazvanN7 created dlang/dlang.org pull request #2977 "Spec change for Issue 16140" mentioning this issue:

- Spec change for Issue 16140

  PR: https://github.com/dlang/dmd/pull/12246

https://github.com/dlang/dlang.org/pull/2977

--
March 10, 2021
https://issues.dlang.org/show_bug.cgi?id=16140

--- Comment #6 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dlang.org pull request #2977 "Spec change for Issue 16140" was merged into master:

- 9bd20fae46bde6d50ff9efef3b080d8fd550aab0 by Razvan Nitu:
  Spec change for Issue 16140

  PR: https://github.com/dlang/dmd/pull/12246

https://github.com/dlang/dlang.org/pull/2977

--
« First   ‹ Prev
1 2