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

Produce a warning on private attribute accessors #2637

Merged
merged 1 commit into from Mar 3, 2015

Conversation

gsamokovarov
Copy link
Contributor

People seem to do that a lot after Sandi's book and not many of them
realize it actually produces a warning in CRuby.

Tried getting TestModule#test_attr out of the CRuby excluded failures,
because it was the only existing test I saw hinting of the behaviour,
however it also test that attribute names can't be a invalid
identifiers, which seems to go fine in JRuby.

People seem to do that a lot after Sandi's book and not many of them
realize it actually produces a warning in CRuby.

Tried getting TestModule#test_attr out of the CRuby excluded failures,
because it was the only existing test I saw hinting of the behaviour,
however it also test that attribute names can't be a invalid
identifiers, which seems to go fine in JRuby.
@enebo enebo added this to the 9.0.0.0.pre2 milestone Mar 3, 2015
enebo added a commit that referenced this pull request Mar 3, 2015
Produce a warning on private attribute accessors
@enebo enebo merged commit a90d9a8 into jruby:master Mar 3, 2015
@enebo enebo added the core label Mar 3, 2015
kares pushed a commit to kares/jruby that referenced this pull request Jun 4, 2015
I'm sorry for the back and forth on this one. I introduced it back in
jruby#2637, but CRuby have recently removed the warning in
https://bugs.ruby-lang.org/issues/10967.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants