-
Notifications
You must be signed in to change notification settings - Fork 69
ExProtobuf fails with gpb 4.13 #113
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
Comments
matt-mazzucato
added a commit
to matt-mazzucato/astarte_core
that referenced
this issue
Jul 20, 2020
Lock gpb to 4.12.0 due to the issue described here: bitwalker/exprotobuf#113 Signed-off-by: Mattia Mazzucato <[email protected]>
I've pushed gpb 4.14.1 which I think might make exprotobuf work again. |
Annopaolo
added a commit
to Annopaolo/astarte_core
that referenced
this issue
Nov 14, 2022
Update exprotobuf and contextually unlock gpb, since bitwalker/exprotobuf#113 was solved in latest version. Signed-off-by: Arnaldo Cesco <[email protected]>
Annopaolo
added a commit
to Annopaolo/astarte_core
that referenced
this issue
Nov 14, 2022
- Update exprotobuf and contextually unlock gpb, since bitwalker/exprotobuf#113 was solved in latest version. - Update excoveralls to support latest Elixir version (see parroty/excoveralls#267). Signed-off-by: Arnaldo Cesco <[email protected]>
Annopaolo
added a commit
to Annopaolo/astarte_rpc
that referenced
this issue
Nov 14, 2022
- Update exprotobuf and contextually unlock gpb, since bitwalker/exprotobuf#113 was solved in latest version. - Update excoveralls to support latest Elixir version (see parroty/excoveralls#267). Signed-off-by: Arnaldo Cesco <[email protected]>
Annopaolo
added a commit
to Annopaolo/astarte_rpc
that referenced
this issue
Nov 14, 2022
- Update exprotobuf and contextually unlock gpb, since bitwalker/exprotobuf#113 was solved in latest version. - Update excoveralls to support latest Elixir version (see parroty/excoveralls#267). Signed-off-by: Arnaldo Cesco <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Crash message:
This also seems another instance of the same problem.
It seems that gpb 4.13 changed its internal structure and ExProtobuf does not handle the
:defaulty
occurrence.I've opened #112 to fix the problem
The text was updated successfully, but these errors were encountered: