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

transforms: Fix constant pinning breaking for external functions #3131

Merged
merged 1 commit into from
Sep 2, 2024

Conversation

AntonLydike
Copy link
Collaborator

Fixes function-constant-pinning pass to not break on functions without a body (external functions).

@AntonLydike AntonLydike added the transformations Changes or adds a transformatio label Sep 2, 2024
@AntonLydike AntonLydike self-assigned this Sep 2, 2024
Copy link

codecov bot commented Sep 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.94%. Comparing base (a7464bc) to head (b1b8691).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3131   +/-   ##
=======================================
  Coverage   89.93%   89.94%           
=======================================
  Files         425      425           
  Lines       53527    53529    +2     
  Branches     8290     8291    +1     
=======================================
+ Hits        48142    48144    +2     
  Misses       4044     4044           
  Partials     1341     1341           

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

@AntonLydike AntonLydike merged commit 40169f3 into main Sep 2, 2024
14 checks passed
@AntonLydike AntonLydike deleted the anton/constant-pinning-hotfix branch September 2, 2024 07:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
transformations Changes or adds a transformatio
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants