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: allow for loops with empty condition #799

Merged
merged 1 commit into from
Mar 26, 2020
Merged

Conversation

fyrchik
Copy link
Contributor

@fyrchik fyrchik commented Mar 26, 2020

Easiest way to make infinite loops.

@codecov
Copy link

codecov bot commented Mar 26, 2020

Codecov Report

Merging #799 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #799      +/-   ##
==========================================
+ Coverage   66.75%   66.76%   +<.01%     
==========================================
  Files         141      141              
  Lines       12963    12964       +1     
==========================================
+ Hits         8654     8655       +1     
  Misses       3899     3899              
  Partials      410      410
Impacted Files Coverage Δ
pkg/compiler/codegen.go 87.78% <100%> (+0.01%) ⬆️

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 198fffb...f0b6f78. Read the comment docs.

@roman-khimov roman-khimov merged commit 2a262c6 into master Mar 26, 2020
@roman-khimov roman-khimov deleted the fix/for branch March 26, 2020 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler Go smart contract compiler
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants