audit: avoid python symlink conflict#8959
audit: avoid python symlink conflict#8959Rylan12 merged 2 commits intoHomebrew:masterfrom Rylan12:python-symlink-rubocop
Conversation
MikeMcQuaid
left a comment
There was a problem hiding this comment.
Thanks for this @Rylan12! I think this is a good test but I wonder if it's overly specific and we'd be better looking at the actually written symlinks in brew audit instead. Thoughts? ✅ because this is better than the status quo and we could consider having both approaches.
|
I think the benefit of checking the actual symlinks in In terms of specificity, what would the less specific audit be? As far as I know, this is the only formula with this kind of symlink issue. The problem is inherently specific because we do want to allow some symlinks (e.g. |
Sorry, to be clear, I thought this RuboCop was overly specific (due to the reasons you stated yourself) but any |
brew stylewith your changes locally?brew testswith your changes locally?brew manlocally and committed any changes?Resolves #8949
Only allow one python formula to create
pip3andwheel3symlinksCC: @fxcoudert, @SMillerDev and @MikeMcQuaid