[Issue 16232] std.experimental.logger.core.sharedLog isn't thread-safe

2022-07-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16232 Dlang Bot changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Issue 16232] std.experimental.logger.core.sharedLog isn't thread-safe

2022-07-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16232 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #8 from Dlang Bot --- @burner

[Issue 16232] std.experimental.logger.core.sharedLog isn't thread-safe

2018-01-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16232 ag0ae...@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Issue 16232] std.experimental.logger.core.sharedLog isn't thread-safe

2018-01-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16232 github-bugzi...@puremagic.com changed: What|Removed |Added Status|REOPENED|RESOLVED

[Issue 16232] std.experimental.logger.core.sharedLog isn't thread-safe

2018-01-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16232 --- Comment #7 from github-bugzi...@puremagic.com --- Commit pushed to dmd-cxx at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/7d7ce4a5ebaca7155e754b1bf7b45366e87d0194 Logger sharedLog comment on thread-safety --

[Issue 16232] std.experimental.logger.core.sharedLog isn't thread-safe

2017-07-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16232 ag0ae...@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Issue 16232] std.experimental.logger.core.sharedLog isn't thread-safe

2017-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16232 --- Comment #5 from github-bugzi...@puremagic.com --- Commit pushed to stable at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/7d7ce4a5ebaca7155e754b1bf7b45366e87d0194 Logger sharedLog comment on thread-safety --

[Issue 16232] std.experimental.logger.core.sharedLog isn't thread-safe

2017-05-07 Thread via Digitalmars-d-bugs
16232 - std.experimental.logger.core.sharedLog isn't thread-safe --

[Issue 16232] std.experimental.logger.core.sharedLog isn't thread-safe

2017-05-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16232 --- Comment #3 from Robert Schadek --- I will add a comment to make that clear --

[Issue 16232] std.experimental.logger.core.sharedLog isn't thread-safe

2016-07-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16232 --- Comment #2 from ag0ae...@gmail.com --- (In reply to Robert Schadek from comment #1) > There is nothing we can do about user defined code We have to accommodate for it. sharedLog suggests that it takes care of thread safety, but it doesn't.

[Issue 16232] std.experimental.logger.core.sharedLog isn't thread-safe

2016-07-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16232 Robert Schadek changed: What|Removed |Added CC||rburn...@gmail.com ---