Closed LukyGuyLucky closed 1 year ago
Is this in any way related? https://github.com/buggins/dlangide/pull/426
If that PR fixes things, I will be glad to just merge it.
Since my dmd version is 2103,I just did a second try to modify import std.experimental.logger to std.logger ,the compiler failed to build with the same complaint.Just commented sharedLog=new Nulllogger() in version(release) get passed.
I implemented a proper fix, so this shouldn't be an issue anymore
dlangide.d ,line 33 sharedLog = new NullLogger();//no sharedLog function match
failed to compile under dmd 2.103,commented out get passed.
Everything goes well excep main menu File->Save All desn't work after source file been modified.'Save' works.