You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some use cases for protobuf where only the CLI protoc is needed. In these cases the library is unneeded (or not needed as a direct dependency). Really what is needed is a CLI package that can be installed by the user or in the case of a recipe in build. This could also be excluded from migrations (as long as there are not format changes)
Am curious to know whether there is appetite for a change like this among maintainers. Also whether there are things to consider when making such a change. Thoughts? 🙂
The text was updated successfully, but these errors were encountered:
This is possible packaging-wise (and something @xhochy already brought up long ago); we could call it protobuf-compiler or protoc or whatever we like.
W.r.t. format-changes, it's clear that we'd need a libprotobuf that's at least as new as the compiler, but I'm not 100% sure that protobuf is always forward-compatible?
In short: not against the idea, but someone needs to check what constraints we need to follow to make this not break.
There are some use cases for protobuf where only the CLI
protoc
is needed. In these cases the library is unneeded (or not needed as a direct dependency). Really what is needed is a CLI package that can be installed by the user or in the case of a recipe inbuild
. This could also be excluded from migrations (as long as there are not format changes)Am curious to know whether there is appetite for a change like this among maintainers. Also whether there are things to consider when making such a change. Thoughts? 🙂
The text was updated successfully, but these errors were encountered: