He-Pin commented on PR #2422:
URL: https://github.com/apache/pekko/pull/2422#issuecomment-3478740708

   @mdedetrich The problem is that when there is only one element, 
`Source.apply(Array(1))` and `Source.apply(1)` have the same meaning. However, 
`Source.apply(Array(1), Array(1))` means two `Array(1)` objects, while 
`Source.apply(Array(1))` does not represent a single `Array`, which is simply 
incomprehensible. I think we should follow the original design.


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to