Re: Review request for JDK-8191905: Add a REMOVE value to jdk.dynalink.StandardOperation

2017-12-12 Thread Hannes Wallnöfer
+1

Hannes

> Am 08.12.2017 um 12:13 schrieb Attila Szegedi :
> 
> Please review JDK-8191905 "Add a REMOVE value to 
> jdk.dynalink.StandardOperation" at 
>  for 
> 
> 
> The public API changes have an approved CSR. Note that this adds a REMOVE 
> operation to Dynalink and a default implementation for Lists and Maps to 
> BeanLinker, but stops short of retrofitting Nashorn’s delete operator - 
> that’s the next step I’m yet to implement.
> 
> Thanks,
>  Attila.



Review request for JDK-8191905: Add a REMOVE value to jdk.dynalink.StandardOperation

2017-12-08 Thread Attila Szegedi
Please review JDK-8191905 "Add a REMOVE value to 
jdk.dynalink.StandardOperation" at 
 for 


The public API changes have an approved CSR. Note that this adds a REMOVE 
operation to Dynalink and a default implementation for Lists and Maps to 
BeanLinker, but stops short of retrofitting Nashorn’s delete operator - that’s 
the next step I’m yet to implement.

Thanks,
  Attila.