CyberShadow / Digger

A tool to build D and bisect old D versions
Other
57 stars 9 forks source link

can digger be used with a local clone of dmd (or phobos or druntime or tools) ? #64

Closed timotheecour closed 6 years ago

timotheecour commented 6 years ago

eg:

dub run digger -- build "master +dmd#7757  tools:/path/to/tools"
CyberShadow commented 6 years ago

No, Digger cannot use an existing checkout from somewhere else. Digger needs to manage the git checkouts it creates, and it does things like storing metadata under .git/, and coordinating the repository's state with that of the meta-repository that D components are submodules of.