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: support for loops with no init/post condition #618

Merged
merged 1 commit into from
Jan 23, 2020

Conversation

fyrchik
Copy link
Contributor

@fyrchik fyrchik commented Jan 23, 2020

Make it possible to use for loop with a single condition.

Make it possible to use `for` loop with a single condition.
@codecov
Copy link

codecov bot commented Jan 23, 2020

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #618      +/-   ##
==========================================
+ Coverage   63.67%   63.68%   +<.01%     
==========================================
  Files         126      126              
  Lines       10388    10390       +2     
==========================================
+ Hits         6615     6617       +2     
  Misses       3469     3469              
  Partials      304      304
Impacted Files Coverage Δ
pkg/compiler/codegen.go 85.11% <100%> (+0.05%) ⬆️

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 01e16e6...328267c. Read the comment docs.

@roman-khimov roman-khimov added this to the v0.72.0 milestone Jan 23, 2020
@roman-khimov roman-khimov merged commit 67fe99b into master Jan 23, 2020
@roman-khimov roman-khimov deleted the feature/for branch January 23, 2020 10:19
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