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 pml scope and assignment bugs #164

Merged
merged 3 commits into from
Sep 7, 2024
Merged

Conversation

joshua-roberts
Copy link
Member

  • Fixes problem with PML scope. When a function was invoked, the scope was being copied to the function leading to variable already exists exceptions when they shouldn't.
  • Fixes issue with assign and deassign where if one descendant was skipped, all descendants would be skipped

@joshua-roberts joshua-roberts merged commit 0a25e79 into master Sep 7, 2024
1 check passed
@joshua-roberts joshua-roberts deleted the fix-funcinvoke-scope branch September 7, 2024 02:28
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.

1 participant