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] Renaming during function inlining. #2581

Merged
merged 1 commit into from
Sep 18, 2023
Merged

Conversation

d0cd
Copy link
Collaborator

@d0cd d0cd commented Sep 11, 2023

This PR fixes an issue in variable renaming during function inlining.

@codecov
Copy link

codecov bot commented Sep 11, 2023

Codecov Report

Merging #2581 (78d57a3) into testnet3 (0f2f168) will increase coverage by 0.01%.
Report is 2 commits behind head on testnet3.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##           testnet3    #2581      +/-   ##
============================================
+ Coverage     79.95%   79.97%   +0.01%     
============================================
  Files           160      160              
  Lines          5384     5392       +8     
  Branches       5384     5392       +8     
============================================
+ Hits           4305     4312       +7     
- Misses         1079     1080       +1     
Files Changed Coverage Δ
compiler/ast/src/passes/reconstructor.rs 70.04% <100.00%> (+1.20%) ⬆️

... and 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Collaborator

@collinc97 collinc97 left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Collaborator

@collinc97 collinc97 left a comment

Choose a reason for hiding this comment

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

LGTM

@collinc97 collinc97 merged commit edcf905 into testnet3 Sep 18, 2023
8 checks passed
@collinc97 collinc97 deleted the fix/function-inlining branch September 18, 2023 16:52
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.

2 participants