8000 simplify error handling in parse tests by FlyCloudC · Pull Request #2377 · moonbitlang/core · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

simplify error handling in parse tests #2377

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

Merged
merged 1 commit into from
Jun 28, 2025

Conversation

FlyCloudC
Copy link
Contributor

Replace

test {
  try exp catch { _ => panic() }
}

to

test {
  exp
}

@coveralls
Copy link
Collaborator

Pull Request Test Coverage Report for Build 137

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 89.361%

Totals Coverage Status
Change from base Build 135: 0.0%
Covered Lines: 3452
Relevant Lines: 3863

💛 - Coveralls

@bobzhang bobzhang merged commit 0c1d80b into moonbitlang:main Jun 28, 2025
10 checks passed
@FlyCloudC FlyCloudC deleted the test-catch branch June 28, 2025 23:49
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.

3 participants
0