CyberShadow / Digger

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

bisect, allow version without "v" #85

Closed ghost closed 4 years ago

ghost commented 4 years ago

aparently when you forgot the "v" prefix the GOOD and BAD fall back to the same commit on master. But D versioning isn't even compliant with semver (and semver allow to drop the c since recently)

CyberShadow commented 4 years ago

The good and bad bisect settings specify revisions, not D versions.

Do you have an example of revision specification strings which resolve to the same commit?