Bug 15031 – rdmd should force rebuild when --compiler changes

Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P1
Component
tools
Product
D
Version
D2
Platform
All
OS
All
Creation time
2015-09-09T01:45:00Z
Last change time
2015-10-04T18:19:38Z
Keywords
pull
Assigned to
nobody
Creator
luis

Comments

Comment #0 by luis — 2015-09-09T01:45:17Z
$ 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 #1 by dlang-bugzilla — 2015-09-11T14:52:23Z
Comment #2 by github-bugzilla — 2015-09-11T15:01:09Z
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 #175 from CyberShadow/pull-20150911-145139 fix Issue 15031 - rdmd should force rebuild when --compiler changes
Comment #3 by github-bugzilla — 2015-10-04T18:19:38Z
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 #175 from CyberShadow/pull-20150911-145139