-
Notifications
You must be signed in to change notification settings - Fork 216
Alpha ruby implementation #124
Comments
Ah I see there are also things missing like:
Plus lots of the experiments is missing. And the namespacing as well. |
Hi @rosner, I had ported it to Ruby as a proof of concept, and folks from the open-source community (e.g., @mohnish) added made it more of a complete gem package. As I understand it, the package is in use by some folks, but it doesn't have:
For these reasons, I put it in the |
@eytan I think I can get back to this soon. I am planning on rewriting some of the components and will try to make sure we meet all the 5 expectations as you've mentioned. In the first pass, along with the I added the unit tests and setup the CI. I should be able to get back to working on it sometime towards the 3rd week or the last week of February. We can get this out of alpha stage and get it to a stable, much more usable state. I'll keep pushing the code in to long running PR so that the community can also take a look at the developments around the ruby code. |
Also, looks like the travis setup was removed. So, I'll probably set the CI up on a different CI provider for the ruby implementation or see if travis supports multiple languages from the same repo. |
Hey,
I understand that the ruby implementation is a literal port of the reference implementation. I guess there's no concrete plan or roadmap to move that out of the
alpha
stage?Still maybe somebody can shed some light on what's missing for it to be moved out?
Just by reading through it I would expect better test coverage, docs and some tweaks here and there.
The text was updated successfully, but these errors were encountered: