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

add UndefinedClassVariable #15630

Merged

Conversation

MarcusDenker
Copy link
Member

When implementing a subclass of ClassVariable, the class can be loaded after classes that use it. For this, we need some kind of Undefined Variable so we can create the definiton later.

We have already UndefinedSlot, this PR adds UndefinedClassVariable and changes the class Parser to use it.

It is not yet used outside of the class parser, that is the next step

… after classes that use it. For this, we need some kind of UndefinedSlot so we can create the defintion later.

We have already UndefinedSlot, this PR adds UndefinedClassVariable and changes the class Parser to use it.

It is not yet used outside of the class parser, that is the  next step
@jecisc jecisc merged commit ef16f26 into pharo-project:Pharo12 Nov 30, 2023
1 of 2 checks passed
@MarcusDenker MarcusDenker deleted the First-UndefinedClassVariable branch November 30, 2023 11:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants