[Issue 18694] pure functions using static/global structs with no fields should pass compilation

2018-03-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18694

github-bugzi...@puremagic.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--


[Issue 18694] pure functions using static/global structs with no fields should pass compilation

2018-03-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18694

--- Comment #2 from github-bugzi...@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/55eb8544850f4024280f1661ad0379cd9a43052b
Fix Issue 18694 - pure functions using static/global structs with no fields
should pass compilation

https://github.com/dlang/dmd/commit/0e33d7cc27c489e8121823c1a38d5d6b2781f4c5
Merge pull request #8101 from RazvanN7/Issue_18694

Fix Issue 18694 - pure functions using static/global structs with no fields
should pass compilation
merged-on-behalf-of: Andrei Alexandrescu <andra...@users.noreply.github.com>

--


[Issue 18694] pure functions using static/global structs with no fields should pass compilation

2018-03-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18694

Walter Bright  changed:

   What|Removed |Added

 CC||bugzi...@digitalmars.com
   Hardware|x86_64  |All
 OS|Linux   |All

--


[Issue 18694] pure functions using static/global structs with no fields should pass compilation

2018-03-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18694

RazvanN  changed:

   What|Removed |Added

 CC||razvan.nitu1...@gmail.com

--- Comment #1 from RazvanN  ---
PR : https://github.com/dlang/dmd/pull/8101

--