bazelbuild / migration-tooling

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

Add back in local range resolution #50

Closed kchodorow closed 7 years ago

kchodorow commented 7 years ago

If an artifact wants a version and it's resolvable, just use that version. Don't make an extra round trip to fetch versions unless the requested version doesn't work out.

Fixes #47.

petroseskinder commented 7 years ago

@kchodorow bump.

damienmg commented 7 years ago

Abandoning this PR since @kchodorow left the team. Feel free to take over.