Conversation
|
Do we need a My understanding of the node version scheme is that |
|
Node 15 will be maintained until June 1st, see https://nodejs.org/en/about/releases/ But that is of course a very short period of time. I would totally understand if the Homebrew projects decides against adding a dedicated |
|
Do you think users will find it useful? If there's a genuine use for it that you can't get for some reason with
|
|
It looks like some formulae failed the tests at #75595, so it may well be that they do need |
If you look at the test failure of the node 16 bump, you can see at least one formula that is apparently not yet ready for node 16. Keeping Node 15 for a little while might smoothen the transition.
I've added this already. |
|
Honestly, I'd rather just make Node 15 will only last another month while if we introduce this formula we would have to go through the full deprecation -> disabled -> removal process which takes much, much longer. |
|
All right, let's close this PR then. 😃 |
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 doingbrew install <formula>)?Follow-up to #75595
brew audit --strict node@15complains about a naming conflict with the alias of the same name, but that will go away as soon as #75595 is merged.