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

Fix scope chaining #815

Closed
dfellis opened this issue Jul 24, 2024 · 1 comment
Closed

Fix scope chaining #815

dfellis opened this issue Jul 24, 2024 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@dfellis
Copy link
Member

dfellis commented Jul 24, 2024

This is blocking #747 (and probably other things) because I cannot call function arguments as the scope chain is unexpectedly empty, excepting the root scope.

All because of the s.clone() in this line

But fixing that breaks so much other code, so I need to rework a significant chunk of scope logic to resolve this, potentially rewriting much of it.

@dfellis dfellis added the bug Something isn't working label Jul 24, 2024
@dfellis dfellis added this to the v0.2 release milestone Jul 24, 2024
@dfellis
Copy link
Member Author

dfellis commented Jul 26, 2024

I forgot to close this last night. It was fixed by #816

@dfellis dfellis closed this as completed Jul 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant