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

Refactor lockfile generation and deprecate Definition#lock with explicit lockfile #7047

Merged
merged 7 commits into from Jan 30, 2024

Conversation

deivid-rodriguez
Copy link
Member

@deivid-rodriguez deivid-rodriguez commented Oct 9, 2023

What was the end-user or developer problem that led to this PR?

No user problem, but came up with a refactoring that I believe makes the code better and easier to customize.

I think this may help bootboot remove some monkey patches.

What is your fix for the problem, implemented in this PR?

This PR deprecates passing a file to Definition#lock. Instead, it will always lock the lockfile the definition was built for.

Make sure the following tasks are checked

Copy link
Member

@martinemde martinemde left a comment

Choose a reason for hiding this comment

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

Good refactor. It makes a lot more sense to me this way. Just a few question and maybe a crazy idea that you can probably ignore.

bundler/lib/bundler/definition.rb Show resolved Hide resolved
bundler/lib/bundler/installer.rb Show resolved Hide resolved
bundler/spec/bundler/definition_spec.rb Outdated Show resolved Hide resolved
@deivid-rodriguez deivid-rodriguez marked this pull request as ready for review January 26, 2024 09:29
bundler/spec/bundler/definition_spec.rb Outdated Show resolved Hide resolved
Co-authored-by: Martin Emde <martin.emde@gmail.com>
@deivid-rodriguez deivid-rodriguez changed the title Refactor lockfile generation Refactor lockfile generation and deprecate Definition#lock with explicit lockfile Jan 30, 2024
@deivid-rodriguez deivid-rodriguez merged commit 2e28234 into master Jan 30, 2024
82 checks passed
@deivid-rodriguez deivid-rodriguez deleted the refactor-lockfile-generation branch January 30, 2024 18:40
deivid-rodriguez added a commit that referenced this pull request Feb 5, 2024
Refactor lockfile generation and deprecate `Definition#lock` with explicit lockfile

(cherry picked from commit 2e28234)
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