On Monday, 20 January 2020 at 22:10:58 UTC, Rainer Schuetze wrote:
That can happen when the semantic analysis asserts and crashes
the background process.
It works better if you also configure the LDCshared project to
define version identifiers MARS and IN_LLVM (separated by a ';'
as in "MARS;IN_LLVM"), set the string import path "../ldc/res"
and disable warnings for deprecations.
Thx again, now I'm finally getting somewhere! Wrt. earlier,
dmdserver.exe was still running in the background (but had only
consumed 3 secs of CPU time and didn't seem to do anything
anymore). Btw nice that that's a 64-bit executable, lots of
memory for huge projects...