Bug 17640 – std.concurrenct writeln conflicts with std.stdio writeln in unittests

Status
RESOLVED
Resolution
FIXED
Severity
major
Priority
P1
Component
phobos
Product
D
Version
D2
Platform
x86_64
OS
Linux
Creation time
2017-07-12T13:54:46Z
Last change time
2018-01-05T13:30:19Z
Assigned to
No Owner
Creator
Seb

Comments

Comment #0 by greensunny12 — 2017-07-12T13:54:46Z
test/utils.d(100,20): Error: std.stdio.writeln!(string, MapResult!(__lambda4, APIExpectation[])).writeln at /home/travis/dlang/dmd-master-2017-07-12/linux/bin64/../../src/phobos/std/stdio.d(3553,6) conflicts with std.concurrency.writeln!(string, MapResult!(__lambda4, APIExpectation[])).writeln at /home/travis/dlang/dmd-master-2017-07-12/linux/bin64/../../src/phobos/std/concurrency.d(48,10) test/utils.d(259,20): Error: std.stdio.writeln!string.writeln at /home/travis/dlang/dmd-master-2017-07-12/linux/bin64/../../src/phobos/std/stdio.d(3553,6) conflicts with std.concurrency.writeln!string.writeln at /home/travis/dlang/dmd-master-2017-07-12/linux/bin64/../../src/phobos/std/concurrency.d(48,10) test/utils.d(295,20): Error: std.stdio.writeln!string.writeln at /home/travis/dlang/dmd-master-2017-07-12/linux/bin64/../../src/phobos/std/stdio.d(3553,6) conflicts with std.concurrency.writeln!string.writeln at /home/travis/dlang/dmd-master-2017-07-12/linux/bin64/../../src/phobos/std/concurrency.d(48,10) test/utils.d(315,20): Error: std.stdio.writeln!string.writeln at /home/travis/dlang/dmd-master-2017-07-12/linux/bin64/../../src/phobos/std/stdio.d(3553,6) conflicts with std.concurrency.writeln!string.writeln at /home/travis/dlang/dmd-master-2017-07-12/linux/bin64/../../src/phobos/std/concurrency.d(48,10) https://travis-ci.org/dlang-bots/dlang-bot/jobs/252702252
Comment #1 by github-bugzilla — 2017-07-12T17:03:32Z
Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/a5afe1609feed83f2233cad80a54201dccdd4b1e Fix Issue 17640 - std.concurrenct writeln conflicts with std.stdio writeln in unittests https://github.com/dlang/phobos/commit/72c1c2bc3a27f529128a453bc8327a76cd162e2f Merge pull request #5600 from wilzbach/fix-17640 Fix Issue 17640 - std.concurrenct writeln conflicts with std.stdio writeln in unittests merged-on-behalf-of: Jack Stouffer <[email protected]>
Comment #2 by github-bugzilla — 2017-08-16T13:24:04Z
Commits pushed to stable at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/a5afe1609feed83f2233cad80a54201dccdd4b1e Fix Issue 17640 - std.concurrenct writeln conflicts with std.stdio writeln in unittests https://github.com/dlang/phobos/commit/72c1c2bc3a27f529128a453bc8327a76cd162e2f Merge pull request #5600 from wilzbach/fix-17640
Comment #3 by github-bugzilla — 2018-01-05T13:30:19Z
Commits pushed to dmd-cxx at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/a5afe1609feed83f2233cad80a54201dccdd4b1e Fix Issue 17640 - std.concurrenct writeln conflicts with std.stdio writeln in unittests https://github.com/dlang/phobos/commit/72c1c2bc3a27f529128a453bc8327a76cd162e2f Merge pull request #5600 from wilzbach/fix-17640