RFR: 8240658: Code completion not working for lambdas in method invocations that require type inference [v3]

Jan Lahoda jlahoda at openjdk.java.net
Tue Sep 15 10:53:16 UTC 2020


On Mon, 14 Sep 2020 20:30:56 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:

>> Jan Lahoda has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Moving the TestGetTypeMirrorReference test into a separate folder.
>
> Late to the party; I like the fact that the recovery logic now seats neatly in its own class. In fact, I think we
> should probably push this even further, and explore the possibility of decoupling regular attribution from recovery
> attribution completely - e.g. have recovery attribution run in its separate compiler pass. Probably a bit tricky to
> pull off in full, but I think it will significantly simplify the maintenance of the attr code going forward.

@mcimadamore - sure, I'll look into that!

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

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


More information about the compiler-dev mailing list