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
Avoid running dub recursively in pre-generate command, call D compiler directly
As we see spurious failures (version_.di not generated/importable) when
calling dub recursively.
The generate_version executable is built each time this way, not cached
by dub anymore, but it's built pretty quickly (0.5 secs with LDC on my
Linux x64 box, 0.3 secs with DMD).
0 commit comments