]> git.lizzy.rs Git - rust.git/commit
Update the ordering algorithm to semver 2.0.0.
authorOGINO Masanori <masanori.ogino@gmail.com>
Thu, 11 Jul 2013 06:36:56 +0000 (15:36 +0900)
committerOGINO Masanori <masanori.ogino@gmail.com>
Tue, 16 Jul 2013 11:53:25 +0000 (20:53 +0900)
commit9ba32f306a27abbf82b70dc48c1b973e37759034
tree79b1240c38498f697e2fc40518ec481e0eb5cadd
parent274e7a4e4999fe4e59a8ab0d71555f7f3eea3d6f
Update the ordering algorithm to semver 2.0.0.

Note that Version's `le` is not "less than or equal to" now, since `lt`
ignores build metadata. I think the new ordering algorithm satisfies
strict weak ordering which C++ STL requires, instead of strict total
ordering.
src/libextra/semver.rs