paulk-asert commented on PR #1839:
URL: https://github.com/apache/groovy/pull/1839#issuecomment-1370224768

   My thinking was since this is missing functionality it makes sense for 
4.0.8. We have the find/findAll variants (Groovy truth) in 4.0.7 why not the 
missing findResult/s variants (null-based) also? We just never got around to it 
before.
   The `ArrayGroovyMethods` are just for primitive arrays. There is no need for 
primitive variations for these since they couldn't have null and moreover the 
Object variant picks up those anyway.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@groovy.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to