On Friday, 11 August 2017 at 08:17:32 UTC, Vadim Lopatin wrote:
I'm using DCD as a library in DlangIDE.
All DCD calls are made from separate thread.
DCD works ok until some thread is created (e.g. to invoke DUB
for building).
/// call this function after DCD ModuleCache is instantiated to
rep
I'm using DCD as a library in DlangIDE.
All DCD calls are made from separate thread.
DCD works ok until some thread is created (e.g. to invoke DUB for
building).
After this operation DCD stops working correctly and can locate
symbols only from current source file.
Root cause:
If some another t