EG meeting, 2020-07-15

2020-07-14 Thread Dan Smith
The next EG Zoom meeting is tomorrow, 4pm UTC (9am PDT, 12pm EDT). Recent threads to discuss: - "JEP draft: Identity Warnings for Inline Class Candidates": I drafted a JEP that lists candidates for inline class migration and describes the compiler and runtime warnings needed to prepare for thei

Re: Revisiting default values

2020-07-14 Thread Dan Smith
> On Jul 14, 2020, at 6:39 AM, Peter Levart wrote: > > What about a variant of G or J where an inline class would designate a single > field to be used for "isDefault" checks. Instead of comparing all fields for > "zero" value, a single designated field would be used in checks. So a class > is

Re: Revisiting default values

2020-07-14 Thread Peter Levart
What about a variant of G or J where an inline class would designate a single field to be used for "isDefault" checks. Instead of comparing all fields for "zero" value, a single designated field would be used in checks. So a class is free to choose which of the existing fields is "never zero/nu