Skip to content

fix TypeResolver using field references incorrectly#825

Merged
JonasKlauke merged 1 commit intosoot-oss:developfrom
Timbals:fix/type-assigner-field-ref
Jan 22, 2024
Merged

fix TypeResolver using field references incorrectly#825
JonasKlauke merged 1 commit intosoot-oss:developfrom
Timbals:fix/type-assigner-field-ref

Conversation

@Timbals
Copy link
Copy Markdown
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.
@codecov
Copy link
Copy Markdown

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
Copy Markdown
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
Copy Markdown
Contributor Author

Timbals commented Jan 22, 2024

Is this done?

yes

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