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

MONGOID-5816: attr_readonly leaks into sibling classes #5918

Conversation

DarshanaVenkatesh
Copy link
Contributor

MONGOID-5816

When we have two classes A and B that are subclasses from Base, declaring attr_readonly in the context of A or B leaks that declaration into the entire class hierarchy. Currently, all classses share the same readonly attributes at the end of declaration. Fixed so that A and B inherit the read only attributes of Base but including additional readonly attributes in the subclasses is instance specific.

Copy link
Contributor

@jamis jamis left a comment

Choose a reason for hiding this comment

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

💪

@DarshanaVenkatesh DarshanaVenkatesh merged commit eff554b into mongodb:master Dec 13, 2024
64 of 65 checks passed
DarshanaVenkatesh added a commit to DarshanaVenkatesh/mongoid that referenced this pull request Dec 13, 2024
DarshanaVenkatesh added a commit to DarshanaVenkatesh/mongoid that referenced this pull request Dec 13, 2024
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