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

compiler: fix import alias handling #1808

Merged
merged 1 commit into from
Mar 4, 2021
Merged

Conversation

fyrchik
Copy link
Contributor

@fyrchik fyrchik commented Mar 4, 2021

Close #1802 .

@codecov
Copy link

codecov bot commented Mar 4, 2021

Codecov Report

Merging #1808 (8f8c7d2) into master (f454112) will increase coverage by 0.09%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1808      +/-   ##
==========================================
+ Coverage   83.57%   83.66%   +0.09%     
==========================================
  Files         271      271              
  Lines       22077    22083       +6     
==========================================
+ Hits        18450    18475      +25     
+ Misses       2501     2479      -22     
- Partials     1126     1129       +3     
Impacted Files Coverage Δ
pkg/compiler/analysis.go 96.66% <100.00%> (+0.06%) ⬆️
pkg/compiler/codegen.go 90.69% <100.00%> (+0.02%) ⬆️
pkg/network/server.go 72.91% <0.00%> (+0.15%) ⬆️
pkg/services/oracle/request.go 62.29% <0.00%> (+6.55%) ⬆️
pkg/services/oracle/oracle.go 90.58% <0.00%> (+11.76%) ⬆️

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 f454112...8f8c7d2. Read the comment docs.

@roman-khimov roman-khimov merged commit c0d066f into master Mar 4, 2021
@roman-khimov roman-khimov deleted the compiler/importalias branch March 4, 2021 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working compiler Go smart contract compiler
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CreateMultisigAccount in private function
2 participants