You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "paulk-asert (via GitHub)" <gi...@apache.org> on 2023/01/26 12:46:56 UTC

[GitHub] [groovy] paulk-asert opened a new pull request, #1849: GROOVY-7319: Add primitive array min() and max()

paulk-asert opened a new pull request, #1849:
URL: https://github.com/apache/groovy/pull/1849

   Inspiration from Yu Kobayashi (https://github.com/groovy/groovy-core/pull/616 from 2015) Currently IntBinaryOperator and IntUnaryOperator are used instead of introducing the proposed IntComparator class (it's not a perfect abstraction but saves us creating additional classes.). Feedback welcome.


-- 
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-unsubscribe@groovy.apache.org

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


[GitHub] [groovy] paulk-asert closed pull request #1849: GROOVY-7319: Add primitive array min() and max()

Posted by "paulk-asert (via GitHub)" <gi...@apache.org>.
paulk-asert closed pull request #1849: GROOVY-7319: Add primitive array min() and max()
URL: https://github.com/apache/groovy/pull/1849


-- 
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-unsubscribe@groovy.apache.org

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


[GitHub] [groovy] paulk-asert commented on pull request #1849: GROOVY-7319: Add primitive array min() and max()

Posted by "paulk-asert (via GitHub)" <gi...@apache.org>.
paulk-asert commented on PR #1849:
URL: https://github.com/apache/groovy/pull/1849#issuecomment-1404989751

   I'll tweak and reissue.


-- 
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-unsubscribe@groovy.apache.org

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