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

Lazily load set #374

Merged
merged 1 commit into from Apr 23, 2021
Merged

Lazily load set #374

merged 1 commit into from Apr 23, 2021

Conversation

deivid-rodriguez
Copy link
Contributor

This file seems required by rake by default. By lazily loading set, usages of rake that don't use this part of rake, don't unnecessarily activate the set gem.

This seems really minor, I know. But when testing rubygems & bundler, it's interesting for us to be in full control of the gems that are
loaded, to make sure that we don't unintentionally activate gems causing our users to be unable to select the version of those gems that they need.

This file seems required by `rake` by default. By lazily loading `set`,
usages of `rake` that don't use this part of `rake`, don't unnecessarily
activate the `set` gem.

This seems really minor, I know. But when testing rubygems & bundler,
it's interesting for us to be in full control of the gems that are
loaded, to make sure that we don't unintentionally activate gems causing
our users to be unable to select the version of those gems that they
need.
@hsbt hsbt merged commit a842fb2 into ruby:master Apr 23, 2021
@deivid-rodriguez deivid-rodriguez deleted the lazily_load_set branch April 23, 2021 10:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants