Re: RFR: 8003887: File.getCanonicalFile() does not resolve symlinks on MS Windows [v5]

2024-09-04 Thread Alan Bateman
On Wed, 4 Sep 2024 19:03:32 GMT, Brian Burkhalter wrote: >> Return the final path derived from the string returned by `canonicalize0()`. > > Brian Burkhalter has updated the pull request incrementally with one > additional commit since the last revision: > > 8003887: Use Assumptions.assumeTru

Re: RFR: 8003887: File.getCanonicalFile() does not resolve symlinks on MS Windows [v5]

2024-09-04 Thread Brian Burkhalter
> Return the final path derived from the string returned by `canonicalize0()`. Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision: 8003887: Use Assumptions.assumeTrue() and other and other cleanup - Changes: - all: htt