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

Implement inspections #39

Open
Norbo11 opened this issue May 5, 2019 · 1 comment
Open

Implement inspections #39

Norbo11 opened this issue May 5, 2019 · 1 comment
Labels
feature Big new addition

Comments

@Norbo11
Copy link
Owner

Norbo11 commented May 5, 2019

When we write a new function call, we can inspect the name of the function.

We can then use this to locate the performance or exceptions data associated with that function in order to warn the user that the function they are about to call has exhibited bad performance during this deployment, or has thrown an exception 90% of the time, etc.

@Norbo11 Norbo11 added the feature Big new addition label May 5, 2019
@Norbo11
Copy link
Owner Author

Norbo11 commented May 5, 2019

Better: don't lookup the name. Lookup the reference of the function in order to get the exact file and line number where it's defined.

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

No branches or pull requests

1 participant