http://d.puremagic.com/issues/show_bug.cgi?id=11117
Summary: Pseudo module __entrypoint.d listed as dependency with
-deps
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: regression
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Rainer Schuetze <[email protected]> 2013-09-24 12:05:05
PDT ---
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.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------