Re: Proposal: Change map access semantics in 4.0

2020-11-12 Thread Christopher Smith
> Just to clarify, there is no issue > when using the full getter name for property getter, correct? E.g. > map.isEmpty() > That's correct; explicitly invoking the methods always works. The current logic, though, leads to circumstances where def v1 = value obj.foo = v1 v1 != obj.foo (among other

Re: Proposal: Change map access semantics in 4.0

2020-11-12 Thread Paul King
Thanks for the email. It has been discussed numerous times before but that doesn't mean we can't re-look at certain aspects. Just to clarify, there is no issue when using the full getter name for property getter, correct? E.g. map.isEmpty() Cheers, Paul. On Thu, Nov 12, 2020 at 9:46 AM Christophe