Meson doesn't track dependencies properly for d, so your dirty builds will be wrong if you go that route.

You might consider keeping the c and d code in the same repository, but with separate build systems; using dub to build the d code and and whatever tool you prefer for c. Or try reggae.

Reply via email to