Skip to content

Conversation

shadowspawn
Copy link
Collaborator

@shadowspawn shadowspawn commented Aug 17, 2025

I think push is more appropriate than concat for collecting variadic into array with repeated calls. I used concat originally as "safer" to avoid mutating previous value, but in normal usage the routine has created the array itself with the first value so ok to mutate.

Added a couple of missing tests that a default array does not get appended to.

@shadowspawn shadowspawn merged commit c635fad into tj:develop Aug 17, 2025
11 checks passed
@shadowspawn shadowspawn deleted the feature/collect-variadic branch August 17, 2025 05:45
@shadowspawn shadowspawn added the pending release Merged into a branch for a future release, but not released yet label Aug 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pending release Merged into a branch for a future release, but not released yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants