Commit graph

8 commits

Author SHA1 Message Date
Martin Kinkelin
b0ef9ac009 Merge remote-tracking branch 'origin/stable' into merge_stable 2024-11-17 01:17:07 +01:00
Vladiwostok
231ae8b68a
Fix D-Scanner linting issues (#9070)
* Fix UndocumentedDeclarationCheck linting issue

* Fix IfConstraintsIndentCheck linting issue

* Address feedback

* Fix publictests CI

* Fix old (libdparse) D-Scanner linting warn
2024-10-27 01:21:56 -07:00
Bastiaan Veelo
4b61e7dd55
Fix sharedLog assignment. (#8995)
* Allow `new shared FileLogger()`

* Address review comment

* Update documentation.

Fix Bugzilla 23487 - std.experimental.logger assigning FileLogger to sharedLog no longer works

* Comment on `trusted` section.

---------

Co-authored-by: Atila Neves <atila.neves@gmail.com>
2024-07-22 06:47:38 +08:00
Bastiaan Veelo
c970ca67f2 Fix documentation typos. 2024-05-02 01:54:11 +02:00
Iain Buclaw
352258539c Fix 'the the' typos in Phobos documentation 2022-09-20 21:31:46 +02:00
Robert burner Schadek
34ad2148db std.logger.core unittest forgotton thread.join
no more sleep
2022-09-05 01:08:16 +02:00
Robert burner Schadek
5b9a904872 std.logger 32 bit unittest race condition fix 2022-09-02 23:55:19 +02:00
Atila Neves
e113440df1 Move logger out of experimental 2022-07-29 12:15:34 +02:00