aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google
diff options
context:
space:
mode:
authorGravatar ccalvarin <ccalvarin@google.com>2018-06-07 11:05:54 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-06-07 11:07:04 -0700
commit755278df00f65818dc092fe4f8a31bdec1aaaab5 (patch)
tree0517b2df05754f953f157a1043188929a76c8be6 /src/main/java/com/google
parenta1c9f8d33457cd1f3b01299863bcab2667c13a52 (diff)
blaze_util::ConvertPath should not make paths absolute.
It does not claim to, and this was already true for posix platforms. Windows platforms, however, always made the path absolute, which was a hard-to-diagnose difference between the two. Similarly, MakeAbsolute was relying on this to be correct for windows, so this change splits the implementation and keeps the behavior consistent. While we're here, also remove the empty-string behavior from MakeAbsolute, and instead make it clear at all sites that this behavior is present and affects accepted flag syntax. We may want to remove this later. RELNOTES: None. PiperOrigin-RevId: 199663395
Diffstat (limited to 'src/main/java/com/google')
0 files changed, 0 insertions, 0 deletions