You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.
7059: Make `bundle clean` clean git extension directories r=hsbt a=dylanahsmith
Fixes#7058
This PR fixes it by adding the native extension directories for git gems to the ones for non-git gems. This is used to get the unused extension directories (`stale_extension_dirs = extension_dirs - spec_extension_paths`) which was already excluding extension directories for git gems.
Co-authored-by: Dylan Thacker-Smith <[email protected]>
The bug fix for #5596 didn't clean extensions for gems with a git source, which ironically was my original use case for opening that issue
The remaining issue can be reproduced as follows.
Create this Gemfile
then install and uninstall the gem using bundler
so the extension wasn't completely cleaned. The presence of the gem.build_complete will prevent the extension from being rebuilt.
I was also able to reproduce this issue on master.
The text was updated successfully, but these errors were encountered: