[Elixir] Generate messages from json schema instead of protobuf#29
Conversation
…. Just forward to default json encoder
…ew messages. Still runtime issues considering some struct values are by default nil instead of empty list
…e's no longer a "synchronization" script in place)
|
@WannesFransen1994 there are a few changes in that dedicated repo:
|
Caution: no test yet! Signed-off-by: aurelien-reeves <aurelien.reeves@smartbear.com>
There was a problem hiding this comment.
I've worked a little bit on that to comply with the new repo
What is left to do I guess is to add tests?
Using the CCK could maybe be done like perl does?
…ge serialization + deserialization
…e similar to Ruby
|
@WannesFransen1994 for the CCK discussion #110 |
|
Hi @WannesFransen1994 - Is there any updates on this? |
|
@WannesFransen1994 I am now working in Elixir day-to-day and although I'm still climbing the learning curve I'd certainly be been to pair with you on this if you have any time. |
|
@mattwynne @luke-hill from what I understood and vaguely remember, Wannes work was subsidized and motivated by a grant. That grant has since run out. So I would not expect any more work to be done. I would ofcourse be pleasantly surprised otherwise. |
Originally submitted by @WannesFransen1994 on the monorepo as the following PR: cucumber/common#1952
It is intended to remove protobuf from the elixir implementation and to use the json schemas instead.
For the whole history, please see the original PR
Closes: #63