RFR: 8267706: bin/idea.sh tries to use cygpath on WSL [v2]

Jonathan Gibbons jjg at openjdk.java.net
Wed Jun 2 06:34:42 UTC 2021


On Thu, 27 May 2021 17:45:40 GMT, Nikita Gubarkov <github.com+9004656+YaaZ at openjdk.org> wrote:

>> 8267706: bin/idea.sh tries to use cygpath on WSL
>
> Nikita Gubarkov has updated the pull request incrementally with one additional commit since the last revision:
> 
>   8267706: Break long line in make/ide/idea/jdk/idea.gmk

The fix was supposed to be just about disentangling cygwin and WSL on Windows ... not to "improve project setup on all platforms" ... and break project setup on macOS as a result. If nothing else, if you're changing the set of required dependencies, this needs to be documented.  And installing `coreutils` seems to bring in a whole lot of unnecessary stuff.

-------------

PR: https://git.openjdk.java.net/jdk/pull/4190


More information about the core-libs-dev mailing list