[Issue 20047] call of static nested function ignores purity

2019-07-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20047 Mike Franklin changed: What|Removed |Added CC||slavo5...@yahoo.com See Also|

[Issue 20047] call of static nested function ignores purity

2019-07-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20047 --- Comment #1 from Mike Franklin --- This behavior was introduced in https://github.com/dlang/dmd/pull/4344 as a fix to Issue 14039 --

[Issue 20047] call of static nested function ignores purity

2019-07-14 Thread d-bugmail--- via Digitalmars-d-bugs
--- @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 --

[Issue 20047] call of static nested function ignores purity

2019-07-15 Thread d-bugmail--- via Digitalmars-d-bugs
|--- |FIXED --- Comment #3 from Dlang Bot --- 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 sta