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 adding slots in Ring #16247

Merged
merged 1 commit into from Feb 26, 2024

Conversation

jecisc
Copy link
Member

@jecisc jecisc commented Feb 26, 2024

A problem got introduced in ring with this commit: d105e1a

This commit removed an #asOrderedCollection and then we could have slots in an array. With this, it makes it impossible to add a new slot to a class or a trait.

This change reverts this change and adds a comment about why we are having the #asOrderedCollection

This is necessary to have Moose working in P12

A problem got introduced in ring with this commit: pharo-project@d105e1a

This commit removed an #asOrderedCollection and then we could have slots in an array. With this, it makes it impossible to add a new slot to a class or a trait. 

This change reverts this change and adds a comment about why we are having the #asOrderedCollection

This is necessary to have Moose working in P12
@jecisc
Copy link
Member Author

jecisc commented Feb 26, 2024

Failing tests are unrelated

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.

A bit strange that this is only done on #markResolved, but with the comment it is good to add

@MarcusDenker MarcusDenker merged commit 2d71391 into pharo-project:Pharo12 Feb 26, 2024
1 of 2 checks passed
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