D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 18364 - header file generation doesn't print the package name in package(XXX)
Summary: header file generation doesn't print the package name in package(XXX)
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: dmd (show other issues)
Version: D2
Hardware: All All
: P1 major
Assignee: No Owner
URL:
Keywords: pull
Depends on:
Blocks:
 
Reported: 2018-02-04 12:26 UTC by Seb
Modified: 2018-02-11 10:24 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Seb 2018-02-04 12:26:11 UTC
@safe pure nothrow @nogc package(std):

-> header -->

@safe pure nothrow @nogc package():


PR incoming.
Comment 2 github-bugzilla 2018-02-11 10:24:04 UTC
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/7c241287195d0f177962d45e64d0a262aaa56141
Fix Issue 18364 - header file generation doesn't print the package name in package(XXX)

https://github.com/dlang/dmd/commit/47e1ae4362b432660b1d601c9a26f4d88cf65af2
Merge pull request #7835 from wilzbach/fix-18364

Fix Issue 18364 - header file generation doesn't print the package name in package(XXX)
merged-on-behalf-of: Jacob Carlborg <jacob-carlborg@users.noreply.github.com>