question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

pbandk does not generate code on libprotoc 3.17.3

See original GitHub issue
  1. setup pbandk 0.10.0
  2. Run protoc --kotlin_out=. proto/my_proto.proto
  3. pbandk does not generate code but (maybe) libprotoc’s kotlin generator generates code. ⛑

I don’t know this is pbandk’s problem or protoc’s problem. I think it’s related to libprotoc starts to support Kotlin code from version 3.17.0.

I think pbandk’s output is great (thank you! 🥰) and I want to use pbandk. Do you have any information ? Thank you.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
NorbertSandorcommented, Sep 29, 2021

v0.11.0 is out with these changes

It seems to work with Gradle using the latest libprotoc. Thanks.

2reactions
garypcommented, Sep 25, 2021

v0.11.0 is out with these changes

Read more comments on GitHub >

github_iconTop Results From Across the Web

Why has methods are not generated using protoc 3.17.* if in ...
There are no Has methods in the generated code. Test for presence by comparing fields to nil . Rewriting those examples correctly: //...
Read more >
Protocol Buffer Compiler Installation - gRPC
The protocol buffer compiler, protoc , is used to compile .proto files, which contain service and message definitions. Choose one of the methods ......
Read more >
Protocol Buffers and GRPC in Go - DEV Community ‍ ‍
This client code will make connection to the grpc server we created through the GRPC package and make use of the protofile to...
Read more >
C++ API | Protocol Buffers - Google Developers
You want to write a custom protocol compiler which generates different kinds of code, e.g. code in a different language which is not...
Read more >
Kotlin Code Generator and Runtime for Protocol Buffers - Reddit
r/Kotlin - PBAndK - Kotlin Code Generator and Runtime for ... More posts you may like ... The Record type is coming to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found