Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated rebar to heroku/rebar and generated goal module #138

Closed
wants to merge 1 commit into from

Conversation

tsloughter
Copy link
Member

No description provided.

@tsloughter
Copy link
Member Author

This is a large change and we should discuss thoroughly with @ericbmerritt before any merging is done :)

@nuex
Copy link
Contributor

nuex commented Mar 11, 2014

Why are there two maintained forks of rebar?

@tsloughter
Copy link
Member Author

Because rebar/rebar takes forever to get changes merged in.

@nuex
Copy link
Contributor

nuex commented Mar 11, 2014

I had to ping some old pull requests last week to get the erlydtl support in and the maintainers were very responsive. Has anyone from Heroku requested to be a rebar maintainer? It would be good to know why they wouldn't bring in more help.

BTW, this build will fail since the travis config is running "make get-rebar && make rebuild" for CI and you're PR is including a rebar bin.

Personally, I don't like including bins in the repo. I always install them in PATH. It would be cool if heroku/rebar teamed up with rebar/rebar and helped make a canonical rebar.

@jwilberding
Copy link
Member

Wait, does travis by default use heroku's rebar now?

@jwilberding
Copy link
Member

Also, this isn't passing CI

@tsloughter
Copy link
Member Author

@jwilberding I didn't want it merged in anyway so passing CI doesn't matter. Wanted to start the discussion.

@ericbmerritt
Copy link
Member

this is out for discussion more than anything else. So no problem in the
short term on not passing ci, just don't merge it until we get it discussed
and passing.

On Tue, Mar 11, 2014 at 11:39 AM, Jordan Wilberding <
notifications@github.com> wrote:

Also, this isn't passing CI

Reply to this email directly or view it on GitHubhttps://github.com//pull/138#issuecomment-37333243
.

@nuex
Copy link
Contributor

nuex commented Mar 11, 2014

@jwilberding no. They were provisioning the rebar from basho. I updated their cookbooks to use https://github.com/rebar/rebar/wiki/rebar bin, but I don't know if they've provisioned that yet.

@tsloughter
Copy link
Member Author

@nuex yes, they have been a bit better in the recent days, but overall not so. And getting changes like '-r' in may take forever.

@jwilberding
Copy link
Member

I am 100 thousand percent for using heroku's rebar

@nuex
Copy link
Contributor

nuex commented Mar 11, 2014

@jwilberding that's why I had to make the change to do "get-rebar" when in the travis environment.

@jwilberding
Copy link
Member

Yeah, I don't completely agree with how Tristan changed the makefile, but I do want heroku's rebar.

@tsloughter
Copy link
Member Author

Due to rebar/rebar now finally merging in Tuncer's speedups I am less in favor of going with a fork than I was before, but I'd really like to push some of these sane changes on people like '-r'.

@jwilberding
Copy link
Member

Well a lot of people use relx now, if we start using the other fork, maybe Basho will be more receptive and just accept the changes.

@nuex
Copy link
Contributor

nuex commented Mar 11, 2014

Well the community needs to pick a canonical repo and maintain that one. Whether its heroku/rebar or rebar/rebar.

@nuex
Copy link
Contributor

nuex commented Mar 11, 2014

@jwilberding is basho maintaining rebar/rebar?

@tsloughter
Copy link
Member Author

No, it is separate from basho. Though I think the main maintainer is Andrew Thompson who does work at basho.

@nuex
Copy link
Contributor

nuex commented Mar 11, 2014

Well basho/rebar has an explicit notice not to use it and use rebar/rebar instead.

@nuex
Copy link
Contributor

nuex commented Mar 11, 2014

What about we open an issue on rebar/rebar and say "Dudes, lets pull in this stuff from heroku/rebar" or "Dudes, lets put up a notice and tell everyone to use heroku/rebar".

@jwilberding
Copy link
Member

Who controls rebar/rebar?

@tsloughter
Copy link
Member Author

The PRs are open. And they want to continue maintaining at rebar/rebar.

@nuex
Copy link
Contributor

nuex commented Mar 11, 2014

@tsloughter do you have the PR numbers handy? I'd like to check them out.

@tsloughter
Copy link
Member Author

@jwilberding it is maintained by a few people like Andrew Thompson (Vagabond)

@nuex
Copy link
Contributor

nuex commented Mar 11, 2014

I mean maintaining at rebar/rebar seems logical. It seems to have a more community feel instead of a business/repo feel.

@tsloughter
Copy link
Member Author

@nuex rebar/rebar#192

@tsloughter
Copy link
Member Author

I'm fine with leaving it as is -- partially. Except that it busts on my machine because it uses the rebar that is in your path no matter what version it is. Which is a major pain, one solved by including rebar in the repo.

@jwilberding
Copy link
Member

I'd be ok with that too, I guess.

@nuex
Copy link
Contributor

nuex commented Mar 11, 2014

@tsloughter its breaking because relx isn't compatible with heroku/rebar yet, though, right?

@tsloughter
Copy link
Member Author

@nuex it breaks because the idea of assuming the rebar in the users path is compatible with the Makefile or even the project it is building (often only a specific version of rebar can successfully build an app) is broken.

@nuex
Copy link
Contributor

nuex commented Mar 11, 2014

There's a discussion about that PR on #erlang right now.

@tsloughter
Copy link
Member Author

I'm still upset that it sounds like we won't get the recursive fix into rebar/rebar anytime soon (or ever...) which I think is a really important change.... But going to close this for now.

@tsloughter tsloughter closed this Mar 11, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants