Skip to content

Module#attr_* methods now return an array of method names #2498

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

Merged
merged 4 commits into from
Oct 12, 2021

Conversation

gogainda
Copy link
Contributor

@gogainda gogainda commented Oct 11, 2021

Fixed: Module#attr_accessor, Module#attr_reader, Module#attr_writer and Module#attr
methods now return an array of defined method names as symbols.

@gogainda gogainda mentioned this pull request Oct 11, 2021
82 tasks
@gogainda gogainda force-pushed the add/attr_returns_array branch from 7053c62 to 51804c7 Compare October 12, 2021 16:19
Copy link
Member

@eregon eregon left a comment

Choose a reason for hiding this comment

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

Looks good, thanks!

@eregon eregon added the in-ci The PR is being tested in CI. Do not push new commits. label Oct 12, 2021
@eregon
Copy link
Member

eregon commented Oct 12, 2021

Specs fail as they expect 2.7 semantics, I'll push a commit here so they are tagged and run in 3.0 mode to address that.

@eregon eregon self-assigned this Oct 12, 2021
@graalvmbot graalvmbot merged commit 0463243 into oracle:master Oct 12, 2021
@eregon eregon added this to the 22.0.0 milestone Oct 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in-ci The PR is being tested in CI. Do not push new commits. oca-signed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants