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

Always return parser errors gracefully #3578

Merged
merged 1 commit into from
Sep 23, 2024

Always return parser errors, never panic

9dba679
Select commit
Loading
Failed to load commit list.
Merged

Always return parser errors gracefully #3578

Always return parser errors, never panic
9dba679
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Sep 10, 2024 in 1s

83.33% of diff hit (target 100.00%)

View this Pull Request on Codecov

83.33% of diff hit (target 100.00%)

Annotations

Check warning on line 148 in runtime/parser/parser.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/parser/parser.go#L147-L148

Added lines #L147 - L148 were not covered by tests

Check warning on line 153 in runtime/parser/parser.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/parser/parser.go#L153

Added line #L153 was not covered by tests

Check warning on line 155 in runtime/parser/parser.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/parser/parser.go#L155

Added line #L155 was not covered by tests

Check warning on line 257 in runtime/repl.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/repl.go#L257

Added line #L257 was not covered by tests

Check warning on line 261 in runtime/repl.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/repl.go#L259-L261

Added lines #L259 - L261 were not covered by tests