second-state / SOLL

SOLL is a new compiler for generate Ewasm from solidity and yul. See a demo here: https://asciinema.org/a/ezJqNLicn5fya02zwu4VXIo8a
https://www.secondstate.io/
377 stars 23 forks source link

Fix call data copy #37

Closed eee4017 closed 3 years ago

hydai commented 3 years ago

Try to use git rebase origin/master instead of using git merge origin/master. We don't want any unnecessary merge commit in the git history.

codecov[bot] commented 3 years ago

Codecov Report

Merging #37 (589197f) into master (0879c74) will increase coverage by 0.75%. The diff coverage is 96.94%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #37      +/-   ##
==========================================
+ Coverage   63.80%   64.56%   +0.75%     
==========================================
  Files          89       89              
  Lines       11831    11948     +117     
  Branches     1818     1820       +2     
==========================================
+ Hits         7549     7714     +165     
+ Misses       3403     3355      -48     
  Partials      879      879              
Impacted Files Coverage Δ
lib/CodeGen/CodeGenFunction.h 88.88% <ø> (ø)
lib/CodeGen/CodeGenModule.h 90.62% <ø> (ø)
lib/CodeGen/CodeGenModule.cpp 63.29% <90.90%> (+0.43%) :arrow_up:
lib/CodeGen/CGExpr.cpp 81.24% <100.00%> (+2.98%) :arrow_up:
lib/CodeGen/CodeGenFunction.cpp 82.67% <100.00%> (+0.05%) :arrow_up:
lib/CodeGen/LoweringInteger.cpp 76.88% <100.00%> (+0.47%) :arrow_up:
lib/Lex/Lexer.cpp 62.09% <0.00%> (+1.71%) :arrow_up:
lib/Sema/SemaExprAsm.cpp 88.78% <0.00%> (+3.58%) :arrow_up:

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 0879c74...b001102. Read the comment docs.