Thread overview
[Issue 15668] [REG] __LINE__ evaluated at declaration context
Feb 10, 2016
Dicebot
[Issue 15668] [REG2.068.0] __LINE__ evaluated at declaration context
Feb 11, 2016
Kenji Hara
Feb 11, 2016
Kenji Hara
February 10, 2016
https://issues.dlang.org/show_bug.cgi?id=15668

--- Comment #1 from Dicebot <public@dicebot.lv> ---
Fix attempt https://github.com/D-Programming-Language/dmd/pull/5435

--
February 11, 2016
https://issues.dlang.org/show_bug.cgi?id=15668

Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |rejects-valid, wrong-code
            Summary|[REG] __LINE__ evaluated at |[REG2.068.0] __LINE__
                   |declaration context         |evaluated at declaration
                   |                            |context

--
February 11, 2016
https://issues.dlang.org/show_bug.cgi?id=15668

Kenji Hara <k.hara.pg@gmail.com> changed:

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

--- Comment #2 from Kenji Hara <k.hara.pg@gmail.com> ---
Merged PR into stable branch:

https://github.com/D-Programming-Language/dmd/pull/5441

Commit:

https://github.com/D-Programming-Language/dmd/commit/8ec7ea967f120770741f12a4fef9780ba9f394c3

--