← Back to index
|
Original Bugzilla link
Bug 18365 – header file generation doesn't include the return attribute
Status
RESOLVED
Resolution
FIXED
Severity
major
Priority
P1
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2018-02-04T13:03:43Z
Last change time
2018-05-17T08:30:13Z
Assigned to
No Owner
Creator
Seb
Comments
Comment #0
by greensunny12 — 2018-02-04T13:03:43Z
--- struct FullCaseEntry { dchar[3] seq; ubyte n, size;// n number in batch, size - size of batch ubyte entry_len; @property auto value() const @trusted pure nothrow @nogc return { return seq[0 .. entry_len]; } } --- PR incoming.
Comment #1
by greensunny12 — 2018-02-04T13:05:28Z
*** Issue 18366 has been marked as a duplicate of this issue. ***
Comment #2
by greensunny12 — 2018-02-04T13:50:09Z
PR:
https://github.com/dlang/dmd/pull/7836
Comment #3
by github-bugzilla — 2018-05-17T08:30:12Z
Commits pushed to master at
https://github.com/dlang/dmd
https://github.com/dlang/dmd/commit/2189034113d3756ae8ceade530a579cbb8ad4163
Fix Issue 18365 - header file generation doesn't include the return attribute
https://github.com/dlang/dmd/commit/abd9cd4a68297166a59010007bc35e777a380a53
Merge pull request #7836 from wilzbach/fix-18365 Fix Issue 18365 - header file generation doesn't include the return attribute merged-on-behalf-of: Mike Franklin <
[email protected]
>