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] Codegen for external calls. #2924

Merged
merged 3 commits into from
Oct 20, 2023
Merged

[Fix] Codegen for external calls. #2924

merged 3 commits into from
Oct 20, 2023

Conversation

d0cd
Copy link
Collaborator

@d0cd d0cd commented Oct 18, 2023

Fixes #2918.

@codecov
Copy link

codecov bot commented Oct 20, 2023

Codecov Report

Merging #2924 (bef1d5c) into testnet3 (662cc7d) will increase coverage by 0.00%.
The diff coverage is 50.00%.

@@            Coverage Diff            @@
##           testnet3    #2924   +/-   ##
=========================================
  Coverage     78.88%   78.89%           
=========================================
  Files           164      164           
  Lines          5509     5511    +2     
  Branches       5509     5511    +2     
=========================================
+ Hits           4346     4348    +2     
  Misses         1163     1163           
Files Coverage Δ
...ler/passes/src/code_generation/visit_statements.rs 75.36% <100.00%> (ø)
...er/passes/src/code_generation/visit_expressions.rs 72.37% <0.00%> (ø)

... and 1 file with indirect coverage changes

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

@d0cd d0cd merged commit 3548158 into testnet3 Oct 20, 2023
7 of 8 checks passed
@d0cd d0cd deleted the fix/2918 branch October 20, 2023 03:56
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.

[Bug] Can't use imported function-with-finalize
3 participants