[Issue 7016] local import does not create -deps dependency

2018-12-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7016 --- Comment #35 from Martin Nowak --- Nobody thought about incremental rebuilds with other build tools like make, cmake, or ninja, despite the argument being made in comment 5. Incremental rebuilds in those tools are now slower as the fix implies runn

[Issue 7016] local import does not create -deps dependency

2018-01-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7016 --- Comment #34 from github-bugzi...@puremagic.com --- Commit pushed to dmd-cxx at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/29273f261c94e1bbe1042ec58a362d70cb344188 remove .deps file generation --

[Issue 7016] local import does not create -deps dependency

2017-08-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7016 --- Comment #33 from github-bugzi...@puremagic.com --- Commits pushed to newCTFE at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/6be32270b411d13f49ffccaa055b2cb13060c495 Fix Issue 7016 https://github.com/dlang/dmd/commit/afebe0c2b

[Issue 7016] local import does not create -deps dependency

2017-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7016 --- Comment #32 from github-bugzi...@puremagic.com --- Commit pushed to stable at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/29273f261c94e1bbe1042ec58a362d70cb344188 remove .deps file generation --

[Issue 7016] local import does not create -deps dependency

2017-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7016 --- Comment #31 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/6be32270b411d13f49ffccaa055b2cb13060c495 Fix Issue 7016 https://github.com/dlang/dmd/commit/afebe0c2ba

[Issue 7016] local import does not create -deps dependency

2017-05-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7016 github-bugzi...@puremagic.com changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|--

[Issue 7016] local import does not create -deps dependency

2017-05-19 Thread via Digitalmars-d-bugs
/afebe0c2ba89594b434d676fbe0c050389a5b48c Merge pull request #6748 from RazvanN7/Fix_Issue_7016 Fix Issue 7016 - local import does not create -deps dependency merged-on-behalf-of: Andrei Alexandrescu --

[Issue 7016] local import does not create -deps dependency

2017-05-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7016 --- Comment #29 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/29273f261c94e1bbe1042ec58a362d70cb344188 remove .deps file generation - for development, people c

[Issue 7016] local import does not create -deps dependency

2017-01-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7016 --- Comment #28 from Vladimir Panteleev --- (In reply to RazvanN from comment #27) > -> add another compiler flag: "-rdeps" (or maybe a more inspired name) which >will recurs through all the dependencies, excluding druntime or phobos > imports. >

[Issue 7016] local import does not create -deps dependency

2017-01-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7016 --- Comment #27 from RazvanN --- Running semantic3 recursively on dependencies will end up in an infinite loop when there are circular imports. So, I propose the following solution: -> the current -deps implementation should remain untouched and this

[Issue 7016] local import does not create -deps dependency

2017-01-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7016 Timothee Cour changed: What|Removed |Added Severity|normal |blocker --

[Issue 7016] local import does not create -deps dependency

2017-01-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7016 --- Comment #26 from Timothee Cour --- I confirm this is still broken with dmd HEAD DMD64 D Compiler v2.073.0-devel-a2b772f RazvanN, are you sure you're not using rdmd ? Please re-run using -v and show your entire log. rdmd -deps=a.deps --force -c

[Issue 7016] local import does not create -deps dependency

2017-01-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7016 Timothee Cour changed: What|Removed |Added Priority|P2 |P1 --

[Issue 7016] local import does not create -deps dependency

2016-12-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7016 --- Comment #25 from Vladimir Panteleev --- (In reply to RazvanN from comment #17) > Cannot reproduce on Ubuntu 16.04, latest version of compiler. I can reproduce this on a brand new Ubuntu 16.04 amd64 installation. Please see the log below. Somethin

[Issue 7016] local import does not create -deps dependency

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7016 --- Comment #24 from Alexey G --- same result on nightly DMD32 D Compiler v2.073.0-master-cb7f8fe --

[Issue 7016] local import does not create -deps dependency

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7016 --- Comment #23 from Alexey G --- Sorry, loaded latest >dmd --version DMD32 D Compiler v2.072.1 Copyright (c) 1999-2016 by Digital Mars written by Walter Bright Windows 7 32 bit exact example from first post produce a.deps: a (a.d) : private : obje

[Issue 7016] local import does not create -deps dependency

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7016 --- Comment #22 from Alexey G --- >dmd --version DMD32 D Compiler v2.072.0-master-386ef6d Copyright (c) 1999-2016 by Digital Mars written by Walter Bright Windows 7 32 bit exact example from first post produce a.deps: a (a.d) : private : object (R:

[Issue 7016] local import does not create -deps dependency

2016-12-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7016 --- Comment #21 from RazvanN --- (In reply to Vladimir Panteleev from comment #20) > (In reply to RazvanN from comment #19) > > I ran the exact example as the one in 2011 with the exact command and the > > output is: > > > > (a.d) : private : object

[Issue 7016] local import does not create -deps dependency

2016-12-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7016 --- Comment #20 from Vladimir Panteleev --- (In reply to RazvanN from comment #19) > I ran the exact example as the one in 2011 with the exact command and the > output is: > > (a.d) : private : object (..)

[Issue 7016] local import does not create -deps dependency

2016-12-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7016 --- Comment #19 from RazvanN --- I ran the exact example as the one in 2011 with the exact command and the output is: (a.d) : private : object (..) (b.d) : private : object (..) (a.d) : private : b (

[Issue 7016] local import does not create -deps dependency

2016-12-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7016 --- Comment #18 from Vladimir Panteleev --- (In reply to RazvanN from comment #17) > Cannot reproduce on Ubuntu 16.04, latest version of compiler. Hopefully I > will try on a windows machine when I get the chance What have you tried? I can reproduce

[Issue 7016] local import does not create -deps dependency

2016-12-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7016 --- Comment #17 from RazvanN --- Cannot reproduce on Ubuntu 16.04, latest version of compiler. Hopefully I will try on a windows machine when I get the chance --

[Issue 7016] local import does not create -deps dependency

2016-12-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7016 Andrei Alexandrescu changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|nob...@pure

[Issue 7016] local import does not create -deps dependency

2016-12-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7016 --- Comment #16 from Andrei Alexandrescu --- Thanks. Razvan will be on this. --

[Issue 7016] local import does not create -deps dependency

2016-12-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7016 Timothee Cour changed: What|Removed |Added CC||timothee.co...@gmail.com Hardware|A

[Issue 7016] local import does not create -deps dependency

2016-12-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7016 Vladimir Panteleev changed: What|Removed |Added Hardware|Other |All OS|Windows

[Issue 7016] local import does not create -deps dependency

2016-12-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7016 Mathias Lang changed: What|Removed |Added CC||mathias.l...@sociomantic.co

[Issue 7016] local import does not create -deps dependency

2016-12-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7016 --- Comment #13 from Andrei Alexandrescu --- So is this on Windows only? Just confirming. --

[Issue 7016] local import does not create -deps dependency

2016-10-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7016 Andrei Alexandrescu changed: What|Removed |Added Keywords||bootcamp CC|

[Issue 7016] local import does not create -deps dependency

2016-01-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7016 Alexey G changed: What|Removed |Added CC||golovanov_ale...@mail.ru --- Comment #12 from Alex

[Issue 7016] local import does not create -deps dependency

2015-02-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7016 Vladimir Panteleev changed: What|Removed |Added CC||ket...@ketmar.no-ip.org --- Comment #11

[Issue 7016] local import does not create -deps dependency

2014-08-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7016 Vladimir Panteleev changed: What|Removed |Added Keywords||bounty --

[Issue 7016] local import does not create -deps dependency

2014-08-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7016 --- Comment #10 from Vladimir Panteleev --- Added $25 bounty: https://www.bountysource.com/issues/3785375-local-import-does-not-create-deps-dependency --

[Issue 7016] local import does not create -deps dependency

2013-12-23 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=7016 Dmitry Olshansky changed: What|Removed |Added CC||dmitry.o...@gmail.com --- Comment

[Issue 7016] local import does not create -deps dependency

2013-07-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7016 --- Comment #8 from thelastmamm...@gmail.com 2013-07-11 23:26:15 PDT --- see http://forum.dlang.org/post/mailman.1984.1373610213.13711.digitalmar...@puremagic.com [fix for enumerating local import dependencies, resolving all rdmd link errors] -

[Issue 7016] local import does not create -deps dependency

2013-04-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7016 --- Comment #7 from jfanati...@gmx.at 2013-04-17 06:10:03 PDT --- (In reply to comment #6) > jfanatiker, the compiler is supposed to print the dependencies between all > modules when given just the starting point. This is the purpose of the -dep

[Issue 7016] local import does not create -deps dependency

2013-04-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7016 --- Comment #6 from Vladimir Panteleev 2013-04-17 15:53:52 EEST --- jfanatiker, the compiler is supposed to print the dependencies between all modules when given just the starting point. This is the purpose of the -deps switch, it is not inten

[Issue 7016] local import does not create -deps dependency

2013-04-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7016 jfanati...@gmx.at changed: What|Removed |Added CC||jfanati...@gmx.at --- Comment #5 fr

[Issue 7016] local import does not create -deps dependency

2013-04-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7016 Martin Nowak changed: What|Removed |Added CC||c...@dawg.eu --- Comment #4 from Martin

[Issue 7016] local import does not create -deps dependency

2013-04-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7016 Andrej Mitrovic changed: What|Removed |Added CC||andrej.mitrov...@gmail.com --- Comme

[Issue 7016] local import does not create -deps dependency

2013-01-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7016 --- Comment #2 from Andrej Mitrovic 2013-01-11 19:15:13 PST --- *** Issue 8856 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mai

[Issue 7016] local import does not create -deps dependency

2013-01-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7016 Andrej Mitrovic changed: What|Removed |Added CC||thelastmamm...@gmail.com --- Comment