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
The first two are because I'm testing the literal string output; I don't think that's actually part of the contract, and besides semver is also pre-1.0 so they don't matter. Additionally, they're actually two tests of the same thing. So really one failure.
The last one is curious though. I haven't actually debugged this one, so it might be a bug in my small port, or it might be here. needs investigation.
The text was updated successfully, but these errors were encountered:
ah ha! so, I think I've narrowed this down; we rely on the derived implementations of PartialOrd, and so I bet #29's change changed how those comparisons work. gah.
I think that means that the bug is in semver, not here!
This is fixed in dtolnay/semver#151. Ordering relative to the wildcard changes because it's modeled as an empty set of predicates instead of a predicate WildcardVersion::Major variant.
I ported semver to
HEAD
of semver-parser, and I get these test failures:cc @udoprog
The first two are because I'm testing the literal string output; I don't think that's actually part of the contract, and besides
semver
is also pre-1.0 so they don't matter. Additionally, they're actually two tests of the same thing. So really one failure.The last one is curious though. I haven't actually debugged this one, so it might be a bug in my small port, or it might be here. needs investigation.
The text was updated successfully, but these errors were encountered: