Bug 11117 – Pseudo module __entrypoint.d listed as dependency with -deps
Status
RESOLVED
Resolution
FIXED
Severity
regression
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2013-09-24T12:05:00Z
Last change time
2013-09-25T02:56:37Z
Keywords
pull
Assigned to
nobody
Creator
r.sagitario
Comments
Comment #0 by r.sagitario — 2013-09-24T12:05:05Z
Building the smallest possible program "void main() {}" with current git-head and option -deps=file.dep adds a line
__entrypoint (__entrypoint.d) : private : object (m:\\s\\d\\rainers\\druntime\\import\\object.di)
to the dependency file confusing build tools, e.g. Visual D.
I recommend it should not appear as a dependency.