Version "dev-develop" recognized as older than stable

Issue #64 resolved
Vasil Rangelov created an issue

I have a project where I have dev dependencies that use the nvie branching model, and the project depends on the "develop" branch. So what do I do? I specify "dev-develop" as the version constraint.

VersionEye sees this, and thinks those dependencies are outdated. They aren't - they're in fact newer than the "current" version.

When seeing versions in the form of dev-[branch], VersionEye should check whether the branch is at all behind the commit of the current version. Currently, it seems this is only done for "dev-master", as I have another dev-master dependency, and it's not seen as outdated.

The project in question (for reference): https://www.versioneye.com/user/projects/549999ff6b1b81715900008a

Comments (2)

  1. Log in to comment