Closed wilzbach closed 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."]
Comment author: Vladimir Panteleev <dlang-bugzilla@thecybershadow.net>
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
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
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