[Issue 8856] import inside function sometimes causes link errors

2012-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8856 Andrej Mitrovic changed: What|Removed |Added CC||andrej.mitrov...@gmail.com --- Comme

[Issue 8856] import inside function sometimes causes link errors

2012-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8856 --- Comment #2 from thelastmamm...@gmail.com 2012-10-19 20:18:49 PDT --- (In reply to comment #1) > We'll need a failing test-case. What contents cause the linker error? here's a failure case which I simplified to the maximum. Note that link er

[Issue 8856] import inside function sometimes causes link errors

2012-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8856 --- Comment #3 from thelastmamm...@gmail.com 2012-10-19 20:20:57 PDT --- In the above post, DFLAGS is just the usual import path to dmdroot/phobos, druntime/import and phobos library path. -- Configure issuemail: http://d.puremagic.com/issues/

[Issue 8856] import inside function sometimes causes link errors

2012-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8856 --- Comment #4 from Andrej Mitrovic 2012-10-19 20:34:14 PDT --- (In reply to comment #2) > snip The problem is DMD's -v option doesn't output dependencies when an import is function local. test.d: module test; import foo; void main() { } fo

[Issue 8856] import inside function sometimes causes link errors

2013-01-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8856 Andrej Mitrovic changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 8856] import inside function sometimes causes link errors

2017-12-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8856 Issue 8856 depends on issue 8858, which changed state. Issue 8858 Summary: DMD's -v option doesn't output dependencies with imports inside functions https://issues.dlang.org/show_bug.cgi?id=8858 What|Removed |Added

[Issue 8856] import inside function sometimes causes link errors

2017-12-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8856 Timothee Cour changed: What|Removed |Added CC||timothee.co...@gmail.com --- Comment #6 from

[Issue 8856] import inside function sometimes causes link errors

2017-12-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8856 Issue 8856 depends on issue 8858, which changed state. Issue 8858 Summary: DMD's -v option doesn't output dependencies with imports inside functions https://issues.dlang.org/show_bug.cgi?id=8858 What|Removed |Added