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
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
The text was updated successfully, but these errors were encountered: