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

Avoid adding all array extensions to the standard Array class #179

Merged
merged 1 commit into from
Jan 5, 2021

Conversation

mvz
Copy link
Contributor

@mvz mvz commented Jan 5, 2021

The pull request that added support for Ruby 3.0 (#178) made the entire
ArrayExtensions::Helpers module be included in the Array class. This pull
request reverts that change and instead overrides #figures_array_in_capacity so
it returns the correct class instead.

@jlduran
Copy link
Collaborator

jlduran commented Jan 5, 2021

Thank you!

@jlduran jlduran merged commit 630b99e into kslazarev:master Jan 5, 2021
jlduran added a commit that referenced this pull request Jan 5, 2021
Release 0.11.10 (January 5, 2021)

Bugs:

- Avoid adding all array extensions to the standard Array class. \[[#179](#179]
@dblock
Copy link
Collaborator

dblock commented Jan 5, 2021

This is my bad, I skimmed over the CR without really thinking about it.

@mvz mvz deleted the avoid-full-array-monkey-patch branch January 5, 2021 14:25
@mvz
Copy link
Contributor Author

mvz commented Jan 5, 2021

Thanks for the quick response, @jlduran!

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.

3 participants