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

Binding access is inconsistently carried over object slice #930

Closed
rhendric opened this issue Oct 6, 2016 · 0 comments
Closed

Binding access is inconsistently carried over object slice #930

rhendric opened this issue Oct 6, 2016 · 0 comments

Comments

@rhendric
Copy link
Collaborator

rhendric commented Oct 6, 2016

o~{foo} compiles to {foo: bind$(o, 'foo')}
but
o~{foo:bar} compiles to {foo: o.bar}

The latter ought to be {foo: bind$(o, 'bar')}, right?

(Note to self, possibly others: I encountered this while playing with solutions to #899; might be better to fix this before fixing that.)

@gkz gkz closed this as completed in 0223952 Mar 8, 2017
gkz added a commit that referenced this issue Mar 8, 2017
This was referenced Jan 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant