Mark Tsuchida

Results 33 comments of Mark Tsuchida

It would not be out of the question to add to cjdk the ability to opportunistically use system-installed (or otherwise locally configured) JDKs instead of downloading (something like cachedjdk/cjdk#6 is...

This is essential for the Python API to work with Java 17+ because some time between JDK 11 and 17 `-XX:+UseConcMarkSweepGC` became invalid (already deprecated in JDK 9).

Sounds good to me. I'm not blocked by this issue at the moment, just wanted to note my observation.

Interesting, I hadn't thought about that circularity. I ended up implementing a different solution to my problem (not involving Coursier), by the way, so please feel free to close this...

One reason to prefer `native` over `auto` is that some people may think that `auto` means keep the existing newline style of the file, which is not what I'm proposing...

Thanks for the quick reply. The Windows installer for Git, by default, sets the effective default to `core.autocrlf` = `true` (see the second [answer](https://stackoverflow.com/a/49207740) to the same SO question; I...

I agree that `--end-of-line=keep` is the better solution. I don't think we need to worry about the CR-only newlines of classic Mac OS. Mac OS X came out 20+ years...

100% agree with that spec.

Thank you @Cube707 and @hukkin! Works beautifully.