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

Remove support for curly braces in foreach, while, if and function #89

Merged
merged 3 commits into from
Jun 27, 2022

Conversation

Flipez
Copy link
Owner

@Flipez Flipez commented Jun 26, 2022

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

@vercel
Copy link

vercel bot commented Jun 26, 2022

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

Name Status Preview Updated
rocket-lang ✅ Ready (Inspect) Visit Preview Jun 26, 2022 at 8:12PM (UTC)

@codecov
Copy link

codecov bot commented Jun 26, 2022

Codecov Report

Merging #89 (a6c768d) into main (6461ba9) will decrease coverage by 0.08%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #89      +/-   ##
==========================================
- Coverage   85.59%   85.50%   -0.09%     
==========================================
  Files          90       90              
  Lines        2916     2898      -18     
==========================================
- Hits         2496     2478      -18     
  Misses        357      357              
  Partials       63       63              
Impacted Files Coverage Δ
parser/foreach.go 66.66% <ø> (-0.78%) ⬇️
parser/function.go 92.10% <ø> (-0.58%) ⬇️
parser/if.go 66.66% <ø> (-10.26%) ⬇️
parser/while.go 80.00% <ø> (-5.72%) ⬇️
ast/foreach.go 92.30% <100.00%> (ø)
object/function.go 100.00% <100.00%> (ø)

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 6461ba9...a6c768d. Read the comment docs.

Signed-off-by: Flipez <code@brauser.io>
Signed-off-by: Flipez <code@brauser.io>
@Flipez Flipez marked this pull request as ready for review June 27, 2022 18:40
@Flipez Flipez merged commit d6c32a4 into main Jun 27, 2022
@Flipez Flipez deleted the remove-curly-braces branch June 27, 2022 18:43
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