Thread overview
[Issue 17198] rdmd does not recompile when --extra-file is added
Feb 20, 2017
ag0aep6g@gmail.com
Feb 20, 2017
ag0aep6g@gmail.com
February 19, 2017
https://issues.dlang.org/show_bug.cgi?id=17198

dlang@croco-puzzle.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dlang@croco-puzzle.com

--
February 20, 2017
https://issues.dlang.org/show_bug.cgi?id=17198

ag0aep6g@gmail.com changed:

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

--- Comment #1 from ag0aep6g@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

--
February 20, 2017
https://issues.dlang.org/show_bug.cgi?id=17198

--- Comment #2 from ag0aep6g@gmail.com ---
(In reply to ag0aep6g from comment #1)
> Fix: https://github.com/dlang/tools/pull/218

Superseded by <https://github.com/dlang/tools/pull/219>.

--
February 26, 2017
https://issues.dlang.org/show_bug.cgi?id=17198

--- Comment #3 from github-bugzilla@puremagic.com ---
Commits pushed to stable at https://github.com/dlang/tools

https://github.com/dlang/tools/commit/5ffca7b0e097644fbcffbee8ba755e4ae48c9d9f fix issue 17198 - rdmd does not recompile when --extra-file is added

https://github.com/dlang/tools/commit/790b223fd22193c7c7ef4d65bd3db226da800450 Merge pull request #219 from aG0aep6G/17198

fix issue 17198 - rdmd does not recompile when --extra-file is added

--
March 05, 2017
https://issues.dlang.org/show_bug.cgi?id=17198

--- Comment #4 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/tools

https://github.com/dlang/tools/commit/5ffca7b0e097644fbcffbee8ba755e4ae48c9d9f fix issue 17198 - rdmd does not recompile when --extra-file is added

https://github.com/dlang/tools/commit/790b223fd22193c7c7ef4d65bd3db226da800450 Merge pull request #219 from aG0aep6G/17198

--
August 10, 2017
https://issues.dlang.org/show_bug.cgi?id=17198

--- Comment #5 from github-bugzilla@puremagic.com ---
Commits pushed to newCTFE at https://github.com/dlang/tools

https://github.com/dlang/tools/commit/5ffca7b0e097644fbcffbee8ba755e4ae48c9d9f fix issue 17198 - rdmd does not recompile when --extra-file is added

https://github.com/dlang/tools/commit/790b223fd22193c7c7ef4d65bd3db226da800450 Merge pull request #219 from aG0aep6G/17198

--