On Thu, 7 Jul 2022 10:18:15 GMT, Magnus Ihse Bursie <i...@openjdk.org> wrote:
> I don't get it, you are saying that in mainline you get no warning but with > your patch you get a warning, and yet you claim behavior is the same? > > On one hand, it seems like the latter behavior is indeed more correct, if you > pass a path that do not exist. (And I'm curious as to why this warning did > not trigger in mainline?) Sorry, unfortunately my laptop (WSL 0.60.0.0) seems to be updated to 0.61.8.0 silently during the test... I got following result current fixpath.sh on older WSL (on Windows 10 - it is not updated because it is offline!) $ ./make/scripts/fixpath.sh import /tmp/foo/bar fixpath: warning: Path '/tmp/foo/bar' does not exist ------------- PR: https://git.openjdk.org/jdk/pull/9357