About the indy implementation

2019-12-28 Thread Daniel.Sun
Hi all, As Groovy 4 will focus on indy and eliminate the old call sites, I am trying to walk through the implementation of indy... Could you tell me why setting property is not supported in indy? It is in TODO list, or not supported on purpose? Thanks in advance :-) ``` public s

Re: About the indy implementation

2019-12-28 Thread Jochen Theodorou
On 28.12.19 19:25, Daniel.Sun wrote: Hi all, As Groovy 4 will focus on indy and eliminate the old call sites, I am trying to walk through the implementation of indy... Could you tell me why setting property is not supported in indy? It is in TODO list, or not supported on purpose