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

Use AST for more accurate locations #17

Open
rohanpm opened this issue Mar 18, 2019 · 0 comments
Open

Use AST for more accurate locations #17

rohanpm opened this issue Mar 18, 2019 · 0 comments

Comments

@rohanpm
Copy link
Owner

rohanpm commented Mar 18, 2019

Reported locations currently depend on __file__, __line__ on related objects.

These are only defined for certain types of objects though. Plain objects like integers, strings and so forth won't have these. It would be nice if the AST was used to get more accurate file/line info in those cases.

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