Closed emillon closed 5 years ago
Hi!
The previous version would check if both are greater, so 5.0 would be considered lower. It can be fixed by using lexicographic comparison.
5.0
(if this piece of code was copied from another project in might be interesting to know if it needs fixing over there as well)
I took a look and the original code already do lexicographic comparisons, my bad. Thank you for the PR !
Could this be released? This is causing bugs for people trying to test OCaml 5.00
I'm on it!
Hi!
The previous version would check if both are greater, so
5.0
would be considered lower. It can be fixed by using lexicographic comparison.(if this piece of code was copied from another project in might be interesting to know if it needs fixing over there as well)