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

[SSCP] Fix excessive global pruning introduced in #1166 #1187

Merged
merged 1 commit into from
Oct 13, 2023

Conversation

illuhad
Copy link
Collaborator

@illuhad illuhad commented Oct 13, 2023

Fixes a regression introduced in #1166. #1166 was supposed to remove all globals that were not used in functions, however, the check was incorrect so that it removed globals even if they were used.
This PR fixes this.

@illuhad illuhad merged commit f577603 into develop Oct 13, 2023
32 of 36 checks passed
@illuhad illuhad deleted the hotfix/sscp-global-handling branch October 13, 2023 20:38
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.

None yet

1 participant