Andrew Gaul
Andrew Gaul
I think it is getting too confusing juggling the clang-tidy infrastructure changes with the independent fixes. Let me try to merge more of the former so that the latter is...
@vicr-np could you share how this folder was made? The expected format for this value is an integer UID. I looked through GitHub but cannot find a similar colon-separated format....
I'm preparing a new release so please try to address my comments before the weekend.
@Aazme could you finish this PR?
@Aazme could you finish this PR?
Note that some tests fail. Are these pre-existing issues: ``` OOPS: 80 passed, 6 skipped, 31 FAILED ```
I don't use Windows but have gotten new files in PRs with CRLF that I manually need to run `dos2unix` to repair. I want to ensure that all merged code...
Maybe just add another violation for `Paths.get` recommending `Path.of`? This will annoy users who fix one violation and are greeted by a second but at least gives them a path...
I don't think the intent should be to create a Path to call toFile. Rather, codebases should adopt Path throughout, e.g., https://github.com/gaul/s3proxy/commit/26dd4a46e9d017c037bc53692d2c9a64b7d387fa. Perhaps this seems pedantic to some applications but...
Could you report an issue against the JDK? This sounds like an oversight on their part. I previously encountered similar situations where some APIs only accepted `StringBuffer` instead of modern...