PHANTOM
🇮🇳 IN
Skip to content

feat(control_flow): make parentheses optional#226

Merged
Flipez merged 1 commit intomainfrom
control-flow-optional-parantheses
Jan 17, 2026
Merged

feat(control_flow): make parentheses optional#226
Flipez merged 1 commit intomainfrom
control-flow-optional-parantheses

Conversation

@Flipez
Copy link
Owner

@Flipez Flipez commented Jan 17, 2026

This closes #203

Signed-off-by: Flipez <gh@flipez.net>
@vercel
Copy link

vercel bot commented Jan 17, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
rocket-lang Ready Ready Preview, Comment Jan 17, 2026 6:33pm
rocket-lang-play Ready Ready Preview, Comment Jan 17, 2026 6:33pm

@codecov
Copy link

codecov bot commented Jan 17, 2026

Codecov Report

❌ Patch coverage is 79.54545% with 9 lines in your changes missing coverage. Please review.
✅ Project coverage is 85.99%. Comparing base (3a408a2) to head (f901d7a).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
parser/if.go 81.25% 4 Missing and 2 partials ⚠️
parser/while.go 75.00% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #226      +/-   ##
==========================================
+ Coverage   85.81%   85.99%   +0.17%     
==========================================
  Files         108      108              
  Lines        4208     4226      +18     
==========================================
+ Hits         3611     3634      +23     
+ Misses        526      523       -3     
+ Partials       71       69       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@Flipez Flipez merged commit 5e2c40b into main Jan 17, 2026
6 checks passed
@Flipez Flipez deleted the control-flow-optional-parantheses branch January 17, 2026 18:35
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.

Consider dropping braces requirement for control expressions

1 participant