Skip to content
Discussion options

You must be logged in to vote

This now works upstream after some bug fixing and making the name arg optional for all luau accumulator helper functions:

>type aa.csv
a,b
1,2
3,4
> qsv luau map cumsum "qsv_cumsum(a)" aa.csv
a,b,cumsum
1,2,1
3,4,4

This fix will be generally available in the v3.1.0 release.

Replies: 7 comments 17 replies

Comment options

You must be logged in to vote
1 reply
@jqnatividad
Comment options

Comment options

You must be logged in to vote
4 replies
@jqnatividad
Comment options

@ggrothendieck
Comment options

@jqnatividad
Comment options

@jqnatividad
Comment options

Comment options

You must be logged in to vote
2 replies
@ggrothendieck
Comment options

@jqnatividad
Comment options

Comment options

You must be logged in to vote
2 replies
@jqnatividad
Comment options

@jqnatividad
Comment options

Comment options

You must be logged in to vote
1 reply
@jqnatividad
Comment options

Comment options

You must be logged in to vote
7 replies
@jqnatividad
Comment options

@ggrothendieck
Comment options

@jqnatividad
Comment options

@ggrothendieck
Comment options

@jqnatividad
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by jqnatividad
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
Luau Luau is the DSL of qsv
2 participants
Converted from issue

This discussion was converted from issue #2525 on February 14, 2025 16:31.