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
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
> 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
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