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

Close upvalues after continue and break statements #609

Merged
merged 1 commit into from
Mar 7, 2023

Conversation

RevengerWizard
Copy link
Contributor

@RevengerWizard RevengerWizard commented Mar 7, 2023

Well detailed description of the change :

Correctly close upvalues after use of break and continue statements.

Resolves: #608

Type of change:

  • Bug fix

@Jason2605
Copy link
Member

Thanks for this !

@Jason2605 Jason2605 merged commit 1eae67a into dictu-lang:develop Mar 7, 2023
@Jason2605 Jason2605 mentioned this pull request Aug 16, 2023
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.

[BUG] Upvalues aren't closed correctly after continue and break statements
2 participants