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

Add check to infer if a call is top-level #4

Open
aviralg opened this issue Jun 29, 2020 · 0 comments
Open

Add check to infer if a call is top-level #4

aviralg opened this issue Jun 29, 2020 · 0 comments
Assignees
Labels
enhancement:feature New feature or request

Comments

@aviralg
Copy link
Member

aviralg commented Jun 29, 2020

A top-level call is a call that is evaluated int the top-level environment.
The approach is to compare the application environment with the environment in which the call is being evaluated.
For non-nested calls, a simple comparison of frame positions will suffice.

@aviralg aviralg added the enhancement:feature New feature or request label Jun 29, 2020
@aviralg aviralg self-assigned this Jun 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement:feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant