dlang-community / DCD

The D Completion Daemon is an auto-complete program for the D programming language
GNU General Public License v3.0
349 stars 71 forks source link

fixed shared logger usage #697

Closed WebFreak001 closed 1 year ago

WebFreak001 commented 1 year ago

should fix DMD 2.101+ compatibility, where std.experimental.logger was moved into std.logger

I don't think there is any other way to do it right now than to cast away the shared.