-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[Bug] [Compiler V2] Abort wrongly typed in statements #11484
Labels
bug
Something isn't working
compiler-v2-stable
compiler-v2
stale-exempt
Prevents issues from being automatically marked and closed as stale
Comments
sausagee
added
the
stale-exempt
Prevents issues from being automatically marked and closed as stale
label
Jan 9, 2024
Need to check whether this is actually working in v1 |
What we may need is a heuristic to give error message about missing or superfluous semicolon |
May be related to #11708. |
Low priority for v2-stable |
We have already a bug for trailing semicolon, so we can close this one. |
brmataptos
added a commit
that referenced
this issue
Jun 12, 2024
21 tasks
brmataptos
added a commit
that referenced
this issue
Jun 14, 2024
brmataptos
added a commit
that referenced
this issue
Jun 24, 2024
brmataptos
added a commit
that referenced
this issue
Jul 11, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
compiler-v2-stable
compiler-v2
stale-exempt
Prevents issues from being automatically marked and closed as stale
🐛 Bug
abort
when used in statements are not typed correctly:gives error
Interestingly, this type checks
Similar issues exist for
return
.Expected Behavior
All of the above programs should type check.
The text was updated successfully, but these errors were encountered: