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

object/integer: satisfy iterable interface #66

Merged
merged 7 commits into from
Feb 3, 2022
Merged

Conversation

RaphaelPour
Copy link
Collaborator

@RaphaelPour RaphaelPour commented Feb 1, 2022

Make integer iterable to provide an easy way of iterating from 0 to an arbitrary number.

Make integer iterable to provide an easy way of
iterating from 0 to an arbitrary number.
@vercel
Copy link

vercel bot commented Feb 1, 2022

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/flipez/rocket-lang/48jGqDC29R5L6uaxSoQQ4hymziME
✅ Preview: https://rocket-lang-git-make-int-iterable-flipez.vercel.app

@codecov
Copy link

codecov bot commented Feb 1, 2022

Codecov Report

Merging #66 (bee6c50) into master (6662628) will increase coverage by 0.90%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #66      +/-   ##
==========================================
+ Coverage   82.01%   82.91%   +0.90%     
==========================================
  Files          81       81              
  Lines        2319     2336      +17     
==========================================
+ Hits         1902     1937      +35     
+ Misses        354      339      -15     
+ Partials       63       60       -3     
Impacted Files Coverage Δ
object/integer.go 100.00% <100.00%> (ø)
parser/foreach.go 67.44% <100.00%> (+7.44%) ⬆️
parser/expression.go 80.00% <0.00%> (+8.88%) ⬆️
parser/parser.go 98.91% <0.00%> (+11.95%) ⬆️
parser/hash.go 73.91% <0.00%> (+13.04%) ⬆️

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 6662628...bee6c50. Read the comment docs.

Flipez
Flipez previously approved these changes Feb 1, 2022
@Flipez Flipez added the enhancement New feature or request label Feb 1, 2022
@Flipez Flipez merged commit 316761f into master Feb 3, 2022
@Flipez Flipez deleted the make-int-iterable branch February 3, 2022 19:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants