Liam Miller-Cushon
Liam Miller-Cushon
Thanks for the report. Is this build using lombok? `2.16` is an older release, you could try updating to the latest version (currently `2.24.1`).
I unfortunately don't have any updates: this is something I'd like to see happen, but I can't promise when we'll find time to get to it.
[see also b/237102742]
> Is this already in the process of being imported? There are some internal references to the modified code that require small updates, but it's making progress.
If it would be helpful to merge just the JavaBuilder parts of that, I can help with the reviews for that if you want to pick it up. Is it...
This is a bug in checkstyle's implementation of Google Java Style. > Let's make statement of problem like: > I have this java code ```java package com.example.checkstyle; public class CheckstyleScope...
> javac automatically strips away the incidental/grey white space (the initial indentation on the first line of the text block), so changing that initial base indentation shouldn't cause any issues...
> Duplicate of #930 Maybe not necessarily? Text blocks and string templates are separate features, although they can be used together. For what it's worth, there were some recent changes...
> Does the Android SDK contain a JDK for the different Android cpu flavors I'm not sure that's what we want? There aren't JDKs for Android cpu flavors. I wonder...
It's theoretically possible to fully statically link native images, including libc, using musl: https://www.graalvm.org/22.0/reference-manual/native-image/StaticImages/ Another option is to do the build on a system with an older libc version (as...