bazelbuild / migration-tooling

Migration tools for Bazel
Apache License 2.0
45 stars 30 forks source link

Handle parsing Maven version ranges #1

Closed kchodorow closed 7 years ago

kchodorow commented 7 years ago

This isn't very smart and still won't cover specs that require a remote lookup (e.g., (1.2.3,1.2.5)), but it eliminates all warnings mentioned in https://github.com/bazelbuild/bazel/issues/1794 and https://github.com/bazelbuild/bazel/issues/3089.

Check out the test for examples of version ranges.

kchodorow commented 7 years ago

FYI @petroseskinder