← Back to index
|
Original Bugzilla link
Bug 16978 – [REG2.072.0] pragma(lib) is broken with rdmd
Status
RESOLVED
Resolution
FIXED
Severity
regression
Priority
P1
Component
tools
Product
D
Version
D2
Platform
All
OS
Linux
Creation time
2016-12-17T14:35:00Z
Last change time
2017-01-16T23:24:32Z
Keywords
pull
Assigned to
nobody
Creator
dlang-bugzilla
See also
https://issues.dlang.org/show_bug.cgi?id=16962
Comments
Comment #0
by dlang-bugzilla — 2016-12-17T14:35:51Z
////////////////////////// test.d ////////////////////////// pragma(lib, "lzma"); extern(C) uint lzma_version_number(); void main() { import std.stdio; writefln("LZMA version is 0x%08X", lzma_version_number); } //////////////////////////////////////////////////////////// Introduced in
https://github.com/D-Programming-Language/tools/pull/194.
Comment #1
by dlang-bugzilla — 2016-12-17T16:02:27Z
https://github.com/dlang/tools/pull/207
Comment #2
by github-bugzilla — 2016-12-24T11:03:27Z
Commits pushed to stable at
https://github.com/dlang/tools
https://github.com/dlang/tools/commit/a9aba0067cc9604588b71877eb390df106f8abe7
Fix Issue 16978 - [REG2.072.0] pragma(lib) is broken with rdmd The actual fix was done by the revert. This simply adds a test.
https://github.com/dlang/tools/commit/bfbcd086bad634066ba142964823f1689e879aaf
Merge pull request #207 from CyberShadow/issue-16962 rdmd fixes (issues 14296, 16962 and 16978) merged-on-behalf-of: Martin Nowak <
[email protected]
>
Comment #3
by github-bugzilla — 2017-01-07T02:56:18Z
Commits pushed to master at
https://github.com/dlang/tools
https://github.com/dlang/tools/commit/a9aba0067cc9604588b71877eb390df106f8abe7
Fix Issue 16978 - [REG2.072.0] pragma(lib) is broken with rdmd
https://github.com/dlang/tools/commit/bfbcd086bad634066ba142964823f1689e879aaf
Merge pull request #207 from CyberShadow/issue-16962
Comment #4
by github-bugzilla — 2017-01-16T23:24:32Z
Commits pushed to newCTFE at
https://github.com/dlang/tools
https://github.com/dlang/tools/commit/a9aba0067cc9604588b71877eb390df106f8abe7
Fix Issue 16978 - [REG2.072.0] pragma(lib) is broken with rdmd
https://github.com/dlang/tools/commit/bfbcd086bad634066ba142964823f1689e879aaf
Merge pull request #207 from CyberShadow/issue-16962