| commit | 9db25860147cb96ab64291b99ea099e9e6504fad | [log] [tgz] |
|---|---|---|
| author | Natalie Weizenbaum <nweiz@google.com> | Fri Mar 30 01:05:19 2018 -0700 |
| committer | GitHub <noreply@github.com> | Fri Mar 30 01:05:19 2018 -0700 |
| tree | 6d4331496018ccc70d68e5894d8dd7b451e19127 | |
| parent | 3779e27aa162f351523bf3c7ddc93fef9436b3d2 [diff] |
Fix a crashing bug (dart-lang/pub_semver#19) VersionRange.difference() with a VersionUnion didn't expect to get an empty constraint, but it was possible to do so. Closes dart-lang/pub_semver#18