-
Notifications
You must be signed in to change notification settings - Fork 391
Ranch update and link to official repositroy #344
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
Conversation
|
Time for some belated repo curating ... @jaredmorrow Do you have any opinion about this? @metadave Hrm, 'git blame' says that you were the last person to make edits on the lines that call the |
|
Hello @Licenser - Ranch is used internally in Riak Enterprise and at this point, we are tied to 0.4.0-p1. We plan to upgrade this dependency, but that won't happen until after Riak 2.0 is released. Cheers - |
support. if not, fall back to per-object messages.
handoff backwards compatability
Tag riak-core 1.4.3
|
New milestone: 2.1 |
|
ranch has been removed as a riak_core dep as of: #480 |
|
Leaving on milestone |
|
Not having reviewed the whole PR, but wondering why we still have an "Update Ranch Version" PR if Ranch isn't in riak_core any more. Can we close this, or is it still needed for something else? |
|
It's definitely used by repl, and probably riak_api. On Fri, Oct 17, 2014 at 11:42 AM, Doug Rohrer [email protected]
Jon Meredith |
|
True, but it's not used in riak_core, which makes me believe this PR could be closed on riak_core, right? |
I’m fine with closing it just haven’t looked at in the the last year :)Cheers,
|
Riak Core links to a rather outdated version of rance that is kept in a basho repository.
For once ranch is a very well behaved library when it comes to tagging versions so it is quite possible to link to the extend repository seems like the 'cleaner' version then forking it.
There are quite some changes ( ninenines/ranch@basho:0.4.0-p1...0.8.4 ) and having a one your old version is quite hard on applications using riak_core and ranch since all will blow up around it the old ranch version.
I've tried running the tests and it reports all of them OK, I could not run dialyzer since make dialyzer does not work out of the box (something about protobufs not compiled with debug info.
Cheers,
Heinz