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 #18977; disallow change branch of an object variant in ORC #21526

Merged
merged 5 commits into from
Mar 16, 2023

Conversation

ringabout
Copy link
Member

fix #18977

@ringabout
Copy link
Member Author

It is easy for gotoexceptions to omit an compilerproc which can raise a defect.

@ringabout ringabout marked this pull request as ready for review March 16, 2023 04:08
@Araq Araq merged commit b5ee81f into devel Mar 16, 2023
@Araq Araq deleted the pr_dis_assign branch March 16, 2023 15:06
@github-actions
Copy link
Contributor

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

Hint: mm: orc; opt: speed; options: -d:release
166304 lines; 8.519s; 612.52MiB peakmem

capocasa pushed a commit to capocasa/Nim that referenced this pull request Mar 31, 2023
nim-lang#21526)

* fix nim-lang#18977 disallow change branch of an object variant in ORC

* check errors for goto exception

* fixes conditions

* fixes tests

* add a test case for nim-lang#18977
bung87 pushed a commit to bung87/Nim that referenced this pull request Jul 29, 2023
nim-lang#21526)

* fix nim-lang#18977 disallow change branch of an object variant in ORC

* check errors for goto exception

* fixes conditions

* fixes tests

* add a test case for nim-lang#18977
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

Change branch of an object variant is allowed
2 participants