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

{{[a]a,x,y}}[1][2][3] #244

Open
tavmem opened this issue Apr 10, 2014 · 3 comments
Open

{{[a]a,x,y}}[1][2][3] #244

tavmem opened this issue Apr 10, 2014 · 3 comments

Comments

@tavmem
Copy link
Collaborator

tavmem commented Apr 10, 2014

In k3.2:
K 3.2 2005-06-25 Copyright (C) 1993-2004 Kx Systems
{{[a]a,x,y}}[1][2][3]
index error

in Kona:
{{[a]a,x,y}}[1][2][3]
index error

however, both k3.2 and Kona should yield
3 1 2

@tavmem tavmem added the feature label Apr 11, 2014
@tavmem
Copy link
Collaborator Author

tavmem commented Apr 14, 2014

The current state of the systems:
In k3.2:
f:{{[a]a,x}}123
f
{[a]a,x}

g:{{[a]a,x,y}}[123]456
g
456 123 456

In Kona:
f:{{[a]a,x}}123
{[a]a,x}

g:{{[a]a,x,y}}[123]456
(456;123;)

In each system, g should be a brace function within which
x is bound to 123 y is bound to 456

and, of course,
g 789
should yield
789 123 456

@tavmem
Copy link
Collaborator Author

tavmem commented Apr 14, 2014

The last message had an error (which was corrected on github.com):
in k3.2:
g:{{[a]a,x,y}}[123]456
g
456 123 456

@tavmem tavmem closed this as completed in cd674dc Apr 20, 2014
@tavmem tavmem removed the build label Oct 20, 2014
@tavmem tavmem reopened this Apr 11, 2016
@tavmem
Copy link
Collaborator Author

tavmem commented Apr 11, 2016

See comments in issue #427

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant