Fix Issue 17712 - [REG 2.074] [LINK] Undefined reference to std.conv.toChars!(10, char, 1, uint).toChars(uint)#6659
Fix Issue 17712 - [REG 2.074] [LINK] Undefined reference to std.conv.toChars!(10, char, 1, uint).toChars(uint)#6659dlang-bot merged 1 commit intodlang:masterfrom shove70:patch-1
Conversation
|
Thanks for your pull request and interest in making D better, @shove70! We are looking forward to reviewing it, and you should be hearing from a maintainer soon.
Please see CONTRIBUTING.md for more information. If you have addressed all reviews or aren't sure how to proceed, don't hesitate to ping us with a simple comment. Bugzilla references
Testing this PR locallyIf you don't have a local development environment setup, you can use Digger to test this PR: dub fetch digger
dub run digger -- build "master + phobos#6659" |
|
There are other ways to fix it (https://issues.dlang.org/show_bug.cgi?id=17712#c11) which i would prefer. It's delicate because while there's another test case, this is still only a workaround for one of the case of a compiler bug. |
…toChars!(10, char, 1, uint).toChars(uint)
@bbasile I'm sympathetic to this but Issue #17712 has been open for a year without movement. I'm going to mark this |
n8sh
left a comment
There was a problem hiding this comment.
Note: current Win32 failure appears unrelated.
b17712.d is not fixed in dmd, Phobos workaround: 2f20661 dlang#6659 b17712_c13.d was apparently fixed in dmd: c2eefb0d8d850715f492197b0b1a033d9ad5411a dlang/dmd#9636 Add very basic test facility for independent test files.
https://issues.dlang.org/show_bug.cgi?id=17712#c15