For convenience, it would be nice to simply do:
brew install redex
Addressed in https://github.com/Homebrew/homebrew-core/pull/5196
It would be good to have a stable release/tag at this point for brew to create bottles.
@bertmaher It seems they do not accept head only formula
Can we get a tag so this can actually happen?
@bertmaher bump!
This is definitely a good idea, especially now that we're through the initial wave of bug reports. I'll get some feedback from my team at FB and try to cut a stable version Real Soon Now :)
@bertmaher any updates on the release?
I've got general agreement that we should do it, and a tentative plan to have it sync up with FB's internal releases (so stability should be relatively good). I should be able to do this in the next week or so.
At long last, we have a stable release: https://github.com/facebook/redex/tree/release-2016.10.10 :-)
@bertmaher can we please tag this release branch so it shows up as a release tag?
Yep, tagged now.
@bertmaher Can you comment on https://github.com/Homebrew/homebrew-core/pull/5948#issuecomment-254137216?
It seems brew is failing audit when creating the redex formula due to how redex is being packaged
I'm out on paternity leave but I will try to take a look in between diaper changes ;-)
On Nov 10, 2016, at 10:07 AM, Gautam Korlam <[email protected]notifications@github.com> wrote:
@bertmaherhttps://github.com/bertmaher Can you comment on Homebrew/homebrew-core#5948 (comment)https://github.com/Homebrew/homebrew-core/pull/5948#issuecomment-254137216?
It seems brew is failing audit when creating the redex formula due to how redex is being packaged
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHubhttps://github.com/facebook/redex/issues/41#issuecomment-259763199, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AEPG3IO7au_JN_uwOKfCMywBPGERI8hzks5q811NgaJpZM4IGkbk.
@bertmaher can someone else comment while you are away?
Back from leave, finally, and I've changed the way redex is packaged so it is a single binary to be installed. This should be cool from homebrew's perspective.
brew install redex works. Closing.
brew install redex defaults to a rather old release. brew install redex --HEAD will get you the newest version.