-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
[elixir] Convert proto-based messages to json schema based messages #29
base: main
Are you sure you want to change the base?
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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