[Issue 16649] Header gen skips parens

2017-12-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16649

--- Comment #5 from github-bugzi...@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 <andra...@users.noreply.github.com>

--


[Issue 16649] Header gen skips parens

2017-11-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16649

RazvanN  changed:

   What|Removed |Added

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

--- Comment #4 from RazvanN  ---
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.

--


[Issue 16649] Header gen skips parens

2017-10-31 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16649

RazvanN  changed:

   What|Removed |Added

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

--- Comment #3 from RazvanN  ---
PR : https://github.com/dlang/dmd/pull/7270

--


[Issue 16649] Header gen skips parens

2017-04-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16649

--- Comment #2 from Temtaime  ---
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

--


[Issue 16649] Header gen skips parens

2017-04-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16649

Andrej Mitrovic  changed:

   What|Removed |Added

 CC||andrej.mitrov...@gmail.com

--- Comment #1 from Andrej Mitrovic  ---
Header shouldn't contain code, just declarations. Could you show a fuller
example?

--