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 TypeResolver using field references incorrectly #825

Merged
merged 1 commit into from
Jan 22, 2024

Conversation

Timbals
Copy link
Contributor

@Timbals Timbals commented Jan 22, 2024

Assignments to fields of locals shouldn't change the types of the locals themselves.

This was bug was introduced in this commit.

Closes #799

Assignments to fields of locals shouldn't change the types of the locals themselves.
Copy link

codecov bot commented Jan 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (36a9654) 63.61% compared to head (fc9d2cf) 63.69%.

Additional details and impacted files
@@              Coverage Diff              @@
##             develop     #825      +/-   ##
=============================================
+ Coverage      63.61%   63.69%   +0.08%     
- Complexity      3431     3435       +4     
=============================================
  Files            313      313              
  Lines          15161    15159       -2     
  Branches        2569     2568       -1     
=============================================
+ Hits            9644     9656      +12     
+ Misses          4610     4597      -13     
+ Partials         907      906       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@JonasKlauke JonasKlauke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this done?
looking good

@Timbals
Copy link
Contributor Author

Timbals commented Jan 22, 2024

Is this done?

yes

@JonasKlauke JonasKlauke merged commit 17ae880 into soot-oss:develop Jan 22, 2024
9 checks passed
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.

fix TypeAssigner
2 participants