Eddie Aftandilian
Eddie Aftandilian
I'm not inclined to provide annotations for the JDK as part of this project. I feel we should focus on specifying/providing the annotations and driving adoption but not actually annotating...
I like something like `@UnknownNullness`. It is descriptive and expresses program semantics.
@donnerpeter I think this is already be a problem for Kotlin interoperating with Java code. If the Java code is initially unannotated, Kotlin code can treat its return value and...
Assigned to @lowasser. He can comment further on timeframe but it might be a while before he can get to it. Let's say sometime in Q4.
@lowasser is actively working on this.
@cal101 I no longer work at Google, sorry!
Thanks for reporting this! If you send me a pull request with your change, I'm happy to merge it. I never did test with very large heap dumps.
Thanks @maxbrunsfeld. Is it generally true that tree-sitter accepts a superset of what the programming language grammar allows? I'm trying to understand what to expect from tree-sitter, rather than trying...
I can't reproduce with your test input: ``` $ java -jar google-java-format-1.7-all-deps.jar X.java X.java:2:10: error: illegal start of type X.java:5:10: error: illegal start of type X.java:8:10: error: illegal start of...
@suztomo I'm testing a new sync workflow. By approving this PR, I had hoped it would be automatically pulled into an internal CL, which we could then approve and submit...