Open BoQsc opened 5 years ago
DVM is currently not intended to be used as a library or a dependency. I'm guessing that Dub does not clone the DVM repository but instead uses the GitHub API to download the code. Therefore it doesn't have a git repository and git describe
fails for this reason.
Perhaps I can add a fallback version as a workaround.
I just tried to run a project via specifying
dvm
as dependency usingdub
, and I've got this error that mentions"Failed to execute 'git describe'"
Here is the .d script