Thread overview | ||||||
---|---|---|---|---|---|---|
|
September 24, 2013 [Issue 11117] New: Pseudo module __entrypoint.d listed as dependency with -deps | ||||
---|---|---|---|---|
| ||||
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: nobody@puremagic.com ReportedBy: r.sagitario@gmx.de --- Comment #0 from Rainer Schuetze <r.sagitario@gmx.de> 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: ------- |
September 25, 2013 [Issue 11117] Pseudo module __entrypoint.d listed as dependency with -deps | ||||
---|---|---|---|---|
| ||||
Posted in reply to Rainer Schuetze | http://d.puremagic.com/issues/show_bug.cgi?id=11117 Kenji Hara <k.hara.pg@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> 2013-09-24 19:31:07 PDT --- https://github.com/D-Programming-Language/dmd/pull/2586 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
September 25, 2013 [Issue 11117] Pseudo module __entrypoint.d listed as dependency with -deps | ||||
---|---|---|---|---|
| ||||
Posted in reply to Rainer Schuetze | http://d.puremagic.com/issues/show_bug.cgi?id=11117 --- Comment #2 from github-bugzilla@puremagic.com 2013-09-25 02:56:19 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/fa7f74411b691cab6745c2cc84e4780d834f8c1d fix Issue 11117 - Pseudo module __entrypoint.d listed as dependency with -deps https://github.com/D-Programming-Language/dmd/commit/2a0a51324a0ac7ed8f36dc2656f9bbb393aa8e46 Merge pull request #2586 from 9rnsr/fix11117 [REG2.064a] Issue 11117 - Pseudo module __entrypoint.d listed as dependency with -deps -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
September 25, 2013 [Issue 11117] Pseudo module __entrypoint.d listed as dependency with -deps | ||||
---|---|---|---|---|
| ||||
Posted in reply to Rainer Schuetze | http://d.puremagic.com/issues/show_bug.cgi?id=11117 Andrej Mitrovic <andrej.mitrovich@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |andrej.mitrovich@gmail.com Resolution| |FIXED -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation