Re: Review request for JDK-8193295: Remove no longer used COMMALEFT

2018-01-14 Thread Michael Haupt
Hi Attila,

thumbs up. :-)

Best,

Michael

> Am 13.01.2018 um 11:02 schrieb Attila Szegedi :
> 
> Can I get another review?
> 
>> On Dec 25, 2017, at 10:59 AM, Attila Szegedi  wrote:
>> 
>> Yeah, JDK 11. There’s no visible changes, so it doesn’t really make sense 
>> pushing it into JDK 10.
>> 
>>> On Dec 21, 2017, at 9:37 PM, Hannes Wallnöfer 
>>>  wrote:
>>> 
>>> Interesting. I bet the answer is in the commits from before we went open 
>>> source.
>>> 
>>> +1
>>> 
>>> I assume this is for JDK 11?
>>> 
>>> Hannes
>>> 
 Am 21.12.2017 um 19:20 schrieb Attila Szegedi :
 
 Please review JDK-8193295 "Remove no longer used COMMALEFT" at 
  for 
 
 
 I love deleting code :-)
 
 COMMALEFT was an odd duck, as there’s not really anything in the ES 
 specification that’d require it, and we really don’t even use it for 
 anything. I had a memory that we used to use it for some behavior around 
 object literals, but I can’t find any traces of that… I run:
 
hg log --template "{ifcontains('COMMALEFT', diff(), '{node} {desc}\n', 
 '')}”
 
 and trawled through the diffs for all changesets it brought up, but I 
 haven’t found a single use of COMMALEFT ever.
 
 Thanks,
 Attila.
>>> 
>> 
> 



Re: Review request for JDK-8193295: Remove no longer used COMMALEFT

2017-12-25 Thread Attila Szegedi
Yeah, JDK 11. There’s no visible changes, so it doesn’t really make sense 
pushing it into JDK 10.

> On Dec 21, 2017, at 9:37 PM, Hannes Wallnöfer  
> wrote:
> 
> Interesting. I bet the answer is in the commits from before we went open 
> source.
> 
> +1
> 
> I assume this is for JDK 11?
> 
> Hannes
> 
>> Am 21.12.2017 um 19:20 schrieb Attila Szegedi :
>> 
>> Please review JDK-8193295 "Remove no longer used COMMALEFT" at 
>>  for 
>> 
>> 
>> I love deleting code :-)
>> 
>> COMMALEFT was an odd duck, as there’s not really anything in the ES 
>> specification that’d require it, and we really don’t even use it for 
>> anything. I had a memory that we used to use it for some behavior around 
>> object literals, but I can’t find any traces of that… I run:
>> 
>>  hg log --template "{ifcontains('COMMALEFT', diff(), '{node} {desc}\n', 
>> '')}”
>> 
>> and trawled through the diffs for all changesets it brought up, but I 
>> haven’t found a single use of COMMALEFT ever.
>> 
>> Thanks,
>> Attila.
> 



Re: Review request for JDK-8193295: Remove no longer used COMMALEFT

2017-12-21 Thread Hannes Wallnöfer
Interesting. I bet the answer is in the commits from before we went open source.

+1

I assume this is for JDK 11?

Hannes

> Am 21.12.2017 um 19:20 schrieb Attila Szegedi :
> 
> Please review JDK-8193295 "Remove no longer used COMMALEFT" at 
>  for 
> 
> 
> I love deleting code :-)
> 
> COMMALEFT was an odd duck, as there’s not really anything in the ES 
> specification that’d require it, and we really don’t even use it for 
> anything. I had a memory that we used to use it for some behavior around 
> object literals, but I can’t find any traces of that… I run:
> 
>   hg log --template "{ifcontains('COMMALEFT', diff(), '{node} {desc}\n', 
> '')}”
> 
> and trawled through the diffs for all changesets it brought up, but I haven’t 
> found a single use of COMMALEFT ever.
> 
> Thanks,
>  Attila.



Review request for JDK-8193295: Remove no longer used COMMALEFT

2017-12-21 Thread Attila Szegedi
Please review JDK-8193295 "Remove no longer used COMMALEFT" at 
 for 


I love deleting code :-)

COMMALEFT was an odd duck, as there’s not really anything in the ES 
specification that’d require it, and we really don’t even use it for anything. 
I had a memory that we used to use it for some behavior around object literals, 
but I can’t find any traces of that… I run:

hg log --template "{ifcontains('COMMALEFT', diff(), '{node} {desc}\n', 
'')}”

and trawled through the diffs for all changesets it brought up, but I haven’t 
found a single use of COMMALEFT ever.

Thanks,
  Attila.