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

Fix endsInNoReturn for case statements #23009

Merged
merged 3 commits into from
Nov 30, 2023

Conversation

SirOlaf
Copy link
Contributor

@SirOlaf SirOlaf commented Nov 29, 2023

While looking at the CI I noticed that there's a couple false positives for case statements that cannot be checked for exhaustiveness since my changes, this should resolve them.

@SirOlaf SirOlaf marked this pull request as ready for review November 30, 2023 09:20
@Araq Araq merged commit 9140f8e into nim-lang:devel Nov 30, 2023
19 checks passed
Copy link
Contributor

Thanks for your hard work on this PR!
The lines below are statistics of the Nim compiler built from 9140f8e

Hint: mm: orc; opt: speed; options: -d:release
177248 lines; 7.422s; 766.73MiB peakmem

@SirOlaf SirOlaf deleted the endsInNoReturn-cases branch November 30, 2023 17:09
narimiran pushed a commit that referenced this pull request Apr 18, 2024
While looking at the CI I noticed that there's a couple false positives
for `case` statements that cannot be checked for exhaustiveness since my
changes, this should resolve them.

---------

Co-authored-by: SirOlaf <>
(cherry picked from commit 9140f8e)
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.

2 participants