Thread overview
[Issue 20047] call of static nested function ignores purity
Jul 13, 2019
Mike Franklin
Jul 13, 2019
Mike Franklin
Jul 14, 2019
Dlang Bot
Jul 15, 2019
Dlang Bot
July 13, 2019
https://issues.dlang.org/show_bug.cgi?id=20047

Mike Franklin <slavo5150@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |slavo5150@yahoo.com
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=14039

--
July 13, 2019
https://issues.dlang.org/show_bug.cgi?id=20047

--- Comment #1 from Mike Franklin <slavo5150@yahoo.com> ---
This behavior was introduced in https://github.com/dlang/dmd/pull/4344 as a fix to Issue 14039

--
July 14, 2019
https://issues.dlang.org/show_bug.cgi?id=20047

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@aG0aep6G created dlang/dmd pull request #10172 "fix handling of static impure functions nested in pure functions (issues 20047 and 20050)" fixing this issue:

- fix issue 20047 - call of static nested function ignores purity

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

--
July 15, 2019
https://issues.dlang.org/show_bug.cgi?id=20047

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 #10172 "fix handling of static impure functions nested in pure functions (issues 20047 and 20050)" was merged into master:

- ccc7ed3d98f254b3326f0a7d06ebcb33f9038a1d by aG0aep6G:
  fix issue 20047 - call of static nested function ignores purity

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

--