elixir-protobuf / google-protos

Elixir files generated from Google's protobuf files using protobuf-elixir
MIT License
16 stars 21 forks source link

This doesn't work with the current version for elixir-protobuf #5

Closed isaacsanders closed 5 years ago

isaacsanders commented 5 years ago
== Compilation error in file lib/google/compiler/plugin.pb.ex ==
** (CaseClauseError) no case clause matching: %{syntax: :proto2}
    expanding macro: Protobuf.__using__/1
    lib/google/compiler/plugin.pb.ex:3: Google.Protobuf.Compiler.Version (module)
    (elixir) expanding macro: Kernel.use/2
    lib/google/compiler/plugin.pb.ex:3: Google.Protobuf.Compiler.Version (module)
isaacsanders commented 5 years ago

This is an issue in elixir-protobuf.

gr8Adakron commented 3 years ago

@isaacsander facing same issue, then how did you solve it?

kapil4161 commented 2 years ago

@gr8Adakron did you find anything ?

isaacsanders commented 2 years ago

I probably bumped versions somewhere. But I totally forget…