eric-milles commented on PR #1601: URL: https://github.com/apache/groovy/pull/1601#issuecomment-1224298737
-1 for me I will look over your tests and see about adding them to the build at least to demonstrate GROOVY-10099. `InvocationWriter#loadArguments` already has significant checking/handling for variadic situations. And `null` is supposed to represent the array, not an array with one `null` element. I think the safe advice is to use `@CompileStatic` if you have a scenario that passes a single nullable argument for the array parameter and you don't want to wrap in your code. -- 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]
