Re: RFR: 8319339: Internal error on spurious markup in a hybrid snippet

2023-11-10 Thread Jonathan Gibbons
On Fri, 3 Nov 2023 17:30:00 GMT, Pavel Rappo wrote: > Please review this PR to fix an internal error caused by (malfunctioning > diagnostics for) spurious markup in hybrid and external snippets. > > Spurious markup resembles snippet markup, but isn't one. In particular, > spurious markup has n

Integrated: 8319339: Internal error on spurious markup in a hybrid snippet

2023-11-10 Thread Pavel Rappo
On Fri, 3 Nov 2023 17:30:00 GMT, Pavel Rappo wrote: > Please review this PR to fix an internal error caused by (malfunctioning > diagnostics for) spurious markup in hybrid and external snippets. > > Spurious markup resembles snippet markup, but isn't one. In particular, > spurious markup has n

Re: RFR: JDK-8315458 JEP 463: Implementation of Implicitly Declared Classes and Instance Main Method (Second Preview) [v16]

2023-11-10 Thread Jim Laskey
> Address changes from JEP 445 to JEP 463. > > - Move from a SYNTHETIC unnamed class to a MANDATED implicit class. > > - Don't mark class on read. > > - Remove reflection and annotation processing related to unnamed classes. > > - Simplify main method search. Jim Laskey has updated the pull re

Re: RFR: JDK-8315458 Implement JEP 463: Implicitly Declared Classes and Instance Main Method (Second Preview) [v16]

2023-11-10 Thread Jim Laskey
On Fri, 10 Nov 2023 20:00:28 GMT, Jim Laskey wrote: >> Address changes from JEP 445 to JEP 463. >> >> - Move from a SYNTHETIC unnamed class to a MANDATED implicit class. >> >> - Don't mark class on read. >> >> - Remove reflection and annotation processing related to unnamed classes. >> >> - S