Skip to content

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

Merged
bkoelman merged 1 commit intomasterfrom
fix-with-expr
May 12, 2022
Merged

Fixed AV1522: Skip assignments in 'with' expressions#133
bkoelman merged 1 commit intomasterfrom
fix-with-expr

Conversation

@bkoelman
Copy link
Copy Markdown
Owner

Fixes #132.

@codecov-commenter
Copy link
Copy Markdown

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