Conversation
cca1b16 to
535f388
Compare
|
Apparently the change in |
I recall a lot of dark magic involved to work around forward reference errors and link failures in std.uni, this might be triggering some of unresolved bugs in the compiler still. |
535f388 to
f56c984
Compare
|
splitted into std.socket to #4111 to isolate the failing problem. |
|
can someone of the admins tag this with "FP magic from dmd"? |
|
How this PR is related to Floating Point (FP)? |
|
Looks like I need to change the label name |
Oh I thought FP means "Function pointer" (or sth. similar). Sorry! |
I don't think so. This is because we have bad build scripts. I had the same problem with another PR. Probably our build scripts link old library when use new source code. So linker can not find a new name. |
So how do we move forward with this problem? On my machine |
No hope for now |
|
Maybe try rebasing onto latest master and see if that makes a difference? It's a long shot, but maybe it's an unrelated problem or something broken in Phobos that got fixed since? |
|
FWIW, I ran the entire Phobos test suite on my machine (Linux/64bit), and there were some compile errors (not the same as the autotester failure though), but after rebasing onto master, the testsuite passed with flying colors. Just sayin'. |
f56c984 to
3907ffc
Compare
Done. Let's see & hope for the best :) |
|
Okay the problem is that I opened an issue at dmd and will close the issue now until this is fixed in dmd. |
Thanks! |
Last part of my sweep throught
stdfor replaceable docstring unittests.There is still one pattern that might be incorporated in the future - multiple examples with text between them, e.g.
Some intro ....
.... Amazing module ....
.... another use case ....