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

Named Call Implementation #50

Closed jacky860226 closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #50 (6c7d391) into master (83d6b5a) will increase coverage by 0.19%. The diff coverage is 90.38%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #50      +/-   ##
==========================================
+ Coverage   63.54%   63.73%   +0.19%     
==========================================
  Files          89       89              
  Lines       11783    11827      +44     
  Branches     1809     1821      +12     
==========================================
+ Hits         7487     7538      +51     
+ Misses       3422     3411      -11     
- Partials      874      878       +4     
Impacted Files Coverage Δ
include/soll/Sema/Sema.h 100.00% <ø> (ø)
lib/Parse/Parser.cpp 57.55% <72.72%> (+0.74%) :arrow_up:
lib/AST/Expr.cpp 84.41% <90.90%> (+1.36%) :arrow_up:
include/soll/AST/Type.h 61.46% <100.00%> (+0.53%) :arrow_up:
lib/AST/Decl.cpp 71.20% <100.00%> (+0.70%) :arrow_up:
lib/Sema/Sema.cpp 73.56% <100.00%> (+0.96%) :arrow_up:
include/soll/AST/Expr.h 88.12% <0.00%> (+0.30%) :arrow_up:
lib/Lex/Lexer.cpp 60.38% <0.00%> (+0.42%) :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 83d6b5a...6c7d391. Read the comment docs.

hydai commented 3 years ago

This fixed #38