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

Fixed AV1522: Skip assignments in 'with' expressions #133

Merged
merged 1 commit into from
May 12, 2022
Merged

Conversation

bkoelman
Copy link
Owner

Fixes #132.

@codecov-commenter
Copy link

codecov-commenter commented May 12, 2022

Codecov Report

Merging #133 (e044e52) into master (26d5209) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #133   +/-   ##
=======================================
  Coverage   95.28%   95.28%           
=======================================
  Files          82       82           
  Lines        3965     3968    +3     
=======================================
+ Hits         3778     3781    +3     
  Misses        187      187           
Impacted Files Coverage Δ
.../AssignEachVariableInASeparateStatementAnalyzer.cs 93.45% <100.00%> (+0.18%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 26d5209...e044e52. Read the comment docs.

@bkoelman bkoelman merged commit 55a0441 into master May 12, 2022
@bkoelman bkoelman deleted the fix-with-expr branch May 12, 2022 22:57
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.

AV1522: False positive on 'with' expressions (nondestructive mutation)
2 participants