wilzbach / tools-test

1 stars 0 forks source link

rdmd should force rebuild when --compiler changes #128

Closed wilzbach closed 9 years ago

wilzbach commented 9 years ago

Note: the issue was created automatically migrated from https://issues.dlang.org

Original bug ID: BZ#15031 From: Luís Marques <luis@luismarques.eu> Reported version: D2 CC: dlang-bugzilla@thecybershadow.net

wilzbach commented 9 years ago

Comment author: Luís Marques <luis@luismarques.eu>

$ cat test.d version(LDC) static assert(false, "oops"); void main() {}

$ rdmd --compiler=dmd test.d $ rdmd --compiler=ldc2 test.d $ touch test.d $ rdmd --compiler=ldc2 test.d test.d(1): Error: static assert "oops" Failed: ["ldc2", "-v", "-o-", "test.d", "-I."]

wilzbach commented 9 years ago

Comment author: Vladimir Panteleev <dlang-bugzilla@thecybershadow.net>

https://github.com/D-Programming-Language/tools/pull/175

wilzbach commented 9 years ago

Comment author: github-bugzilla@puremagic.com

Commits pushed to master at https://github.com/D-Programming-Language/tools

https://github.com/D-Programming-Language/tools/commit/47faba29cb6642246c672b3021fc9f2ca0fcc0d1 fix Issue 15031 - rdmd should force rebuild when --compiler changes

https://github.com/D-Programming-Language/tools/commit/44e843e8bd4206766cccfea9a2988c4df2da9955 Merge pull request BZ#175 from CyberShadow/pull-20150911-145139

fix Issue 15031 - rdmd should force rebuild when --compiler changes

wilzbach commented 9 years ago

Comment author: github-bugzilla@puremagic.com

Commits pushed to stable at https://github.com/D-Programming-Language/tools

https://github.com/D-Programming-Language/tools/commit/47faba29cb6642246c672b3021fc9f2ca0fcc0d1 fix Issue 15031 - rdmd should force rebuild when --compiler changes

https://github.com/D-Programming-Language/tools/commit/44e843e8bd4206766cccfea9a2988c4df2da9955 Merge pull request BZ#175 from CyberShadow/pull-20150911-145139