eric-milles opened a new pull request, #1768:
URL: https://github.com/apache/groovy/pull/1768

   Given choice between methods m(String,Object) and m(Object,String), prefer 
closer parameter matching. This aligns with the method selection of the dynamic 
runtime.  There is much more discussion of the various test cases in the ticket.
   
   With proper selection of `getAt(Object,String)` over `getAt(Map,Object)` and 
`putAt(Object,String,Object)` over `putAt(Map,K,V)` there are quite a few STC 
test issues.  Not sure if I should separate them out to a test script just for 
8788 or mitigate them with some minor changes or something else.  I'd be 
interested to hear how this sits now.  @blackdrag @paulk-asert 
   
   https://issues.apache.org/jira/browse/GROOVY-8788
   
   https://issues.apache.org/jira/browse/GROOVY-6504
   https://issues.apache.org/jira/browse/GROOVY-6849
   https://issues.apache.org/jira/browse/GROOVY-6970
   https://issues.apache.org/jira/browse/GROOVY-8787
   https://issues.apache.org/jira/browse/GROOVY-9069
   https://issues.apache.org/jira/browse/GROOVY-9420


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to