bazelbuild / bazelisk

A user-friendly launcher for Bazel.
Apache License 2.0
1.96k stars 302 forks source link

Teach netrc lookup to try the portless host, too #485

Open novas0x2a opened 11 months ago

novas0x2a commented 11 months ago

By convention, netrc "machine" entries aren't supposed to have ports on them, but u.Host will have a port if the user provided one. To preserve historic behavior, look for the entry with a port, before falling back to portless (if they're different)