Thread overview
[Issue 16649] Header gen skips parens
Apr 17, 2017
Andrej Mitrovic
Apr 17, 2017
Temtaime
Oct 31, 2017
RazvanN
Nov 01, 2017
RazvanN
April 17, 2017
https://issues.dlang.org/show_bug.cgi?id=16649

Andrej Mitrovic <andrej.mitrovich@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrej.mitrovich@gmail.com

--- Comment #1 from Andrej Mitrovic <andrej.mitrovich@gmail.com> ---
Header shouldn't contain code, just declarations. Could you show a fuller example?

--
April 17, 2017
https://issues.dlang.org/show_bug.cgi?id=16649

--- Comment #2 from Temtaime <temtaime@gmail.com> ---
If it's a templated function, then with -inline it should contain the code too. Just try to create a header from bigint.d from phobos

--
October 31, 2017
https://issues.dlang.org/show_bug.cgi?id=16649

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |razvan.nitu1305@gmail.com

--- Comment #3 from RazvanN <razvan.nitu1305@gmail.com> ---
PR : https://github.com/dlang/dmd/pull/7270

--
November 01, 2017
https://issues.dlang.org/show_bug.cgi?id=16649

RazvanN <razvan.nitu1305@gmail.com> changed:

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

--- Comment #4 from RazvanN <razvan.nitu1305@gmail.com> ---
As the above PR has been merged and the fix is available in HEAD dev branch, I'll close this as resolved. If there is urgent need for this fix, please copy paste the fix from the PR, it's a one liner.

--
December 18, 2017
https://issues.dlang.org/show_bug.cgi?id=16649

--- Comment #5 from github-bugzilla@puremagic.com ---
Commits pushed to stable at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/11c61903ddb4a5fc6c5ef40dbd0334cf8cc29e6e Fix Issue 16649 - Header gen skips parens

https://github.com/dlang/dmd/commit/f3446967d9069fa7d7514f73febce017c1311531 Merge pull request #7270 from RazvanN7/Issue_16649

Fix Issue 16649 - Header gen skips parens
merged-on-behalf-of: Andrei Alexandrescu <andralex@users.noreply.github.com>

--