Conversation
|
Note that |
We could revision bump to force #163115. I am not sure how well |
|
It doesn't, is how ;) Hence my comment. (Something to keep in mind during the Great Python Yeeting.) |
|
My interpretation of this then, is if we:
then, we should proactively revision-bump the formulas that depended on them, or at least those which aren't updated very frequently. It may make sense to just to just do a revision bump at the same time as vendoring if we'd expect to need to circle back to them anyway later just to revision-bump. |
See #157500
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>, where<formula>is the name of the formula you're submitting?brew test <formula>, where<formula>is the name of the formula you're submitting?brew audit --strict <formula>(after doingHOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>)? If this is a new formula, does it passbrew audit --new <formula>?