mdedetrich commented on PR #2429: URL: https://github.com/apache/pekko/pull/2429#issuecomment-3485200259
Just to add onto what I said, I was apprehensive adding the `Source.elements` version because at that point something like `Source(List(1,2,3))` is shorter than `Source.elements(1,2,3)` at which point `Source.elements` is kind of pointless @raboof Would be good to get your opinion on this as well. -- 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]
