Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Select with function not transpiled correctly #166

Open
overfl0 opened this issue Mar 3, 2021 · 0 comments
Open

[BUG] Select with function not transpiled correctly #166

overfl0 opened this issue Mar 3, 2021 · 0 comments
Labels
bug Error, flaw, failure or fault that causes to produce an incorrect result or crash sqc

Comments

@overfl0
Copy link

overfl0 commented Mar 3, 2021

Gives

_even = [1,2,3,4,5,6,7,8,9,0] select { _x % 2 == 0 };
_even = [1, 2, 3, 4, 5, 6, 7, 8, 9, 0][function() { _x % 2 == 0; }];
@overfl0 overfl0 added the bug Error, flaw, failure or fault that causes to produce an incorrect result or crash label Mar 3, 2021
@X39 X39 added the sqc label Dec 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Error, flaw, failure or fault that causes to produce an incorrect result or crash sqc
Projects
None yet
Development

No branches or pull requests

2 participants