Skip to content

Move UndefinedClassVariable out of the Kernel #16947

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

Merged

Conversation

jecisc
Copy link
Member

@jecisc jecisc commented Jul 25, 2024

UndefinedClassVariable is used only in the ClassParser and nowhere else. It is currently packaged in Kernel and I propose to move it to the ClassParser since it's the only user and it will reduce the size of the Kernel.

UndefinedClassVariable is used only in the ClassParser and nowhere else. It is currently packaged in Kernel and I propose to move it to the ClassParser since it's the only user and it will reduce the size of the Kernel.
@jecisc jecisc requested a review from MarcusDenker July 25, 2024 10:30
Copy link
Member

@MarcusDenker MarcusDenker left a comment

Choose a reason for hiding this comment

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

ok

@MarcusDenker MarcusDenker merged commit bf36eab into pharo-project:Pharo13 Jul 25, 2024
1 of 2 checks passed
@MarcusDenker
Copy link
Member

The idea is that it might be needed in other places later, but for now is is used just there

@jecisc jecisc deleted the misc/move-UndefinedClassVariable branch July 25, 2024 12:17
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.

2 participants