-
Notifications
You must be signed in to change notification settings - Fork 88
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
The future of erlang_js #65
Comments
We need to restart this discussion, since the master project (Riak) finally got some traction :) |
From time to time I take a look around what options are available to run JavaScript (or Lua) efficiently in Erlang environment. I'm not sure if erlang_js's base is still the "right" way to go, versus e.g. using V8. But I'd still like to see some improvement in this area. |
I'd like to remove erlang_js from Riak, is that contentious at all? I think the idea of passing the repo over the the community and cutting it free from Basho and Riak has merit. |
Having spent time both in the erlang_js codebase fixing bugs and dealing with building the EXTREMELY old spidermonkey code it contains, I'd 100% vote to remove |
@jaredmorrow just for the record - I've managed to build it against more recent mozjs24. |
Hello All! For those who interested - https://github.com/lemenkov/erlang_js/tree/fedora-1.4.0-mosjz52-nif I think it's time to discuss idea about the separate GitHub project since if anyone else but me is interested in developing it further :) |
I commented on #68 but for the sake of fully circular coverage…I think an erlang_js org that maintains the future erlang_js is a great idea. |
We're working on figuring out the best future for the erlang_js project. If I've tagged you, it's because you've either made a contribution or expressed an interest in the project somewhere on GitHub. (Apologies if I've missed anyone, these are just the names that I've seen from scrolling through open pull requests.)
@marianoguerra @lemenkov @tisba @zackehh @sebastian @superstructor
So first off, thanks for all the contributions and for your interest in the project! I'm very sorry that we haven't been more responsive: there are multiple pull requests that have been sitting untouched for a long time, and that's a shame. Basho has not been so great about working with the OSS community lately, but we're working hard to rectify the situation.
That said, the erlang_js project is especially tricky, because Basho has no real reasons for updating it anymore. The only thing it's used for in Riak is for submitting JS MapReduce functions, but that functionality has been deprecated for years (since the Riak 2.0 release). We've been using the same 1.3.0 tag of erlang_js for numerous releases in a row, and eventually we may just remove erlang_js from Riak altogether.
Since there is clearly interest from the outside community, I don't want to just let this project rot, but we also don't necessarily have the resources to maintain it and deal with outside contributions. For example, updating the javascript engine would be great, but it would require a lot of testing to put that into a new release of Riak, and it's very hard to justify doing that work for a little-used, deprecated feature.
So, would any of you potentially be interested in taking over as a maintainer? In the past, we've successfully spun out popular Erlang OSS projects into their own external organizations (webmachine being perhaps the best example of this). If any of you who are using this project would like to see it continue to grow and evolve, I think this may be our best bet for allowing that to happen.
Thanks again, and let me know what you all think! I'm very open to any suggestions anyone might have on this matter, so feel free to speak your minds :)
The text was updated successfully, but these errors were encountered: