Skip to content

Attempt to fix #5421 windows oddity where some times a rename during bundle…#5429

Merged
enebo merged 1 commit intomasterfrom
fix_file_rename
Nov 7, 2018
Merged

Attempt to fix #5421 windows oddity where some times a rename during bundle…#5429
enebo merged 1 commit intomasterfrom
fix_file_rename

Conversation

@enebo
Copy link
Member

@enebo enebo commented Nov 7, 2018

… install would fail.

This I believe fixes #5421.

The fix is I think if we depend on Files.move to do it's thing we should not
try and rename a second time using the old way. This happened to never
manifest on linux or macos because bundler stores files in another FS so
we never hit this code path.

… install

would fail.

The fix is I think if we depend on Files.move to do it's thing we should not
try and rename a second time using the old way.  This happened to never
manifest on linux or macos because bundler stores files in another FS so
we never hit this code path.
@enebo enebo requested review from headius and lopex November 7, 2018 16:09
@enebo enebo added this to the JRuby 9.2.2.0 milestone Nov 7, 2018
@ahorek
Copy link
Contributor

ahorek commented Nov 7, 2018

LGTM, confirmed locally

@enebo enebo merged commit 3cfe4d8 into master Nov 7, 2018
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.

bundler on Windows - permission denied

3 participants