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

Add support for next() and break() #90

Merged
merged 1 commit into from
Jul 2, 2022
Merged

Add support for next() and break() #90

merged 1 commit into from
Jul 2, 2022

Conversation

Flipez
Copy link
Owner

@Flipez Flipez commented Jun 27, 2022

Signed-off-by: Flipez code@brauser.io

@vercel
Copy link

vercel bot commented Jun 27, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
rocket-lang ✅ Ready (Inspect) Visit Preview Jul 2, 2022 at 6:40PM (UTC)

@codecov
Copy link

codecov bot commented Jun 27, 2022

Codecov Report

Merging #90 (2e69717) into main (d6c32a4) will increase coverage by 0.30%.
The diff coverage is 93.58%.

@@            Coverage Diff             @@
##             main      #90      +/-   ##
==========================================
+ Coverage   85.50%   85.81%   +0.30%     
==========================================
  Files          90       96       +6     
  Lines        2898     2975      +77     
==========================================
+ Hits         2478     2553      +75     
- Misses        357      360       +3     
+ Partials       63       62       -1     
Impacted Files Coverage Δ
object/object.go 84.26% <ø> (ø)
token/token.go 88.00% <ø> (ø)
object/next_value.go 50.00% <50.00%> (ø)
object/break_value.go 66.66% <66.66%> (ø)
ast/break.go 100.00% <100.00%> (ø)
ast/next.go 100.00% <100.00%> (ø)
evaluator/block.go 100.00% <100.00%> (ø)
evaluator/evaluator.go 78.65% <100.00%> (+1.54%) ⬆️
evaluator/foreach.go 82.35% <100.00%> (+1.70%) ⬆️
parser/break.go 100.00% <100.00%> (ø)
... and 3 more

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 d6c32a4...2e69717. Read the comment docs.

Signed-off-by: Flipez <code@brauser.io>
@Flipez Flipez force-pushed the break-and-continue branch from 795fa46 to 2e69717 Compare July 2, 2022 18:40
@Flipez Flipez merged commit efb5256 into main Jul 2, 2022
@Flipez Flipez deleted the break-and-continue branch July 2, 2022 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant