You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ddoc_preprocessor: Don't depend on entire DMD frontend, only include single dmd.cli module
We only need a single module, and it's totally isolated too - for now.
Besides somewhat speeding up the ddoc_preprocessor tool build, the
main advantage is that we lift the dependency on DMD's `dub.sdl`.
The build is currently using a stable dub v1.17, and this limits what
we can do with DMD's dub.sdl, such as requiring newer dub versions,
what I'd need in dlang/dmd#16756.
0 commit comments