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

engine: unexport unused constants and functions #1328

Merged
merged 1 commit into from
Feb 3, 2025
Merged

Conversation

brennanjl
Copy link
Collaborator

I noticed that there were some values in the engine that were exported unnecessarily, and could be moved internally. These were mostly constants relating to operations (e.g. arithmetic, unary, comparison) and privileges.

Copy link
Member

@jchappelow jchappelow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. @Yaiba ?

@jchappelow jchappelow requested a review from Yaiba February 3, 2025 21:21
Copy link
Contributor

@Yaiba Yaiba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Yeah those are only needed internally by engine, no need to expose them.

@jchappelow jchappelow merged commit 0e35448 into main Feb 3, 2025
2 checks passed
@jchappelow jchappelow deleted the engine-cleanup branch February 3, 2025 22:53
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.

3 participants