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

[Misc] check element index before access #80

Closed LFsWang closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #80 (3d492b5) into master (cf75b8a) will decrease coverage by 0.00%. The diff coverage is 50.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #80      +/-   ##
==========================================
- Coverage   65.74%   65.73%   -0.01%     
==========================================
  Files          92       92              
  Lines       12721    12725       +4     
  Branches     1968     1970       +2     
==========================================
+ Hits         8363     8365       +2     
  Misses       3419     3419              
- Partials      939      941       +2     
Impacted Files Coverage Δ
lib/CodeGen/CGExpr.cpp 81.84% <0.00%> (-0.10%) :arrow_down:
include/soll/AST/Type.h 60.00% <100.00%> (+0.33%) :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 cf75b8a...3d492b5. Read the comment docs.

hydai commented 3 years ago

@LFsWang Please rebase to the master