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 scope information to SlithIR nodes #836

Merged
merged 5 commits into from
Apr 28, 2021
Merged

Add scope information to SlithIR nodes #836

merged 5 commits into from
Apr 28, 2021

Conversation

montyly
Copy link
Member

@montyly montyly commented Apr 28, 2021

The main usage in the short term is to allow unchecked blocks. In the long term it will allow better handling of variables re-used, and local reasoning

montyly added 3 commits April 28, 2021 13:22
The main usage in the short term is to allow unchecked block
In the long term it will allow better handling of variables usage
@lgtm-com
Copy link

lgtm-com bot commented Apr 28, 2021

This pull request introduces 2 alerts when merging f797166 into 4cf084d - view on LGTM.com

new alerts:

  • 1 for Variable defined multiple times
  • 1 for Wrong number of arguments in a class instantiation

@lgtm-com
Copy link

lgtm-com bot commented Apr 28, 2021

This pull request introduces 1 alert when merging 65497ec into 4cf084d - view on LGTM.com

new alerts:

  • 1 for Variable defined multiple times

@montyly montyly merged commit bd91f39 into dev Apr 28, 2021
@dguido dguido deleted the dev-scope branch May 10, 2021 16:15
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

Successfully merging this pull request may close these issues.

1 participant