Skip to content

Conversation

@sbdchd
Copy link
Owner

@sbdchd sbdchd commented Dec 20, 2025

instead of:

ERROR@124: unexpected trailing comma

we now show

error[syntax-error]: unexpected trailing comma
  ╭▸
4 │   array['a', 'b', 'c',] as y,
  ╰╴                     ━

which should make debugging test errors a little easier

instead of:

```
ERROR@124: unexpected trailing comma
```

we now show

```
error[syntax-error]: unexpected trailing comma
  ╭▸
4 │   array['a', 'b', 'c',] as y,
  ╰╴                     ━
```

which should make debugging test errors a little easier
@sbdchd sbdchd added the automerge automerge with kodiak label Dec 20, 2025
@kodiakhq kodiakhq bot merged commit e01c2b0 into master Dec 20, 2025
32 checks passed
@kodiakhq kodiakhq bot deleted the steved-parser-error-tests branch December 20, 2025 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge automerge with kodiak

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants