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

replace stdx-allocator with std.experimental #672

Closed WebFreak001 closed 2 years ago

WebFreak001 commented 2 years ago

@nordlow wanna review this?

WebFreak001 commented 2 years ago

just realized this is a duplicate of #670

@nordlow you replaced the ASTAllocator everywhere, I used the allocatorObject here, reasons for your design decision?

nordlow commented 2 years ago

Let me look into https://github.com/dlang-community/DCD/pull/670 again.

WebFreak001 commented 2 years ago

the need to update dsymbol broke the tests here (but fixed those: https://github.com/dlang-community/dsymbol/pull/183)

So closing this in favor of just directly both replacing all the std.experimental changes as well as integrating dsymbol with #673