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

[draft] (jruby) namespaced attributes #2679

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

flavorjones
Copy link
Member

What problem is this PR intended to solve?

#2677 pointed out inconsistent behavior in the JRuby implementation with respect to namespaced attributes.

This PR is a work-in-progress, because although I can fix the immediate problem reported in #2677, that fix surfaced other bugs in the JRuby implementation. See the test added in the most recent commit, as well as one other related failing test, to see the problem.

Have you included adequate test coverage?

Yes

Does this change affect the behavior of either the C or the Java implementations?

This PR fixes the JRuby behavior to match the CRuby behavior.

@flavorjones flavorjones force-pushed the 2677-jruby-namespaced-attributes branch from b800369 to b4819c5 Compare October 21, 2022 21:34
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