Alyssa Ross 472d1a22c5
Fix comparison with Version::NULL on RHS
This was accounted for in Version::NULL.<=>, but not in Version#<=>,
so these could only be compared if Version::NULL was the left hand
side.

The check had to go above the check that `other` is a version because
`Version::NULL`'s anonymous class does not inherit from `Version`.
(The type check feels like it's probably a smell, but out of scope).
2018-05-26 14:45:53 +02:00
..
2018-05-25 18:20:02 +02:00
2018-05-25 18:20:02 +02:00
2018-04-20 19:11:22 +02:00
2018-05-14 04:44:15 -05:00
2018-05-14 04:44:15 -05:00
2018-05-25 23:19:13 +02:00
2018-05-23 14:41:31 +01:00
2018-05-14 04:44:15 -05:00
2018-04-20 19:11:22 +02:00
2018-02-13 09:34:25 +00:00
2018-04-20 19:11:22 +02:00
2018-04-20 19:11:22 +02:00
2018-05-25 23:19:13 +02:00
2018-04-07 20:28:56 +01:00