[Issue 17198] rdmd does not recompile when --extra-file is added

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Feb 20 02:47:22 PST 2017


https://issues.dlang.org/show_bug.cgi?id=17198

ag0aep6g at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
                 CC|                            |ag0aep6g at gmail.com
           Hardware|x86_64                      |All
           Assignee|nobody at puremagic.com        |ag0aep6g at gmail.com
                 OS|Linux                       |All

--- Comment #1 from ag0aep6g at gmail.com ---
Simplified test case:

test.d:
----
int x = 1;
int main() { return x; }
----

test2.d:
----
import test;
static this() { x = 0; }
----

rdmd invocations as before.

Fix: https://github.com/dlang/tools/pull/218

--


More information about the Digitalmars-d-bugs mailing list