Skip to content
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

Mixed-target federations #2099

Draft
wants to merge 10 commits into
base: master
Choose a base branch
from
14 changes: 7 additions & 7 deletions test/C/src/serialization/PersonProtocolBuffers.lf
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
*
* $ brew install protobuf
*
* Building protobuf from source is slow, so avoid doing that if possible. Next install the C plugin
* for protocol buffers from
*
* https://github.com/protobuf-c/protobuf-c
*
* The code generator assumes that executables are installed within the PATH. On a Mac, this is
* typically at /usr/local/bin.
* (Building protobuf from source is slow, so avoid doing that if possible.)
*
* Next install the C plugin for protocol buffers:
*
* $ brew install protobuf-c
lhstrh marked this conversation as resolved.
Show resolved Hide resolved
*
* This comes from https://github.com/protobuf-c/protobuf-c.
*/
target C {
protobufs: Person.proto
Expand Down
13 changes: 7 additions & 6 deletions test/C/src/serialization/ProtoNoPacking.lf
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@
*
* $ brew install protobuf
*
* Building protobuf from source is slow, so avoid doing that if possible. Next install the C plugin
* for protocol buffers from
* (Building protobuf from source is slow, so avoid doing that if possible.)
*
* Next install the C plugin for protocol buffers:
*
* $ brew install protobuf-c
lhstrh marked this conversation as resolved.
Show resolved Hide resolved
*
* This comes from https://github.com/protobuf-c/protobuf-c.
*
* https://github.com/protobuf-c/protobuf-c
*
* The code generator assumes that executables are installed within the PATH. On a Mac, this is
* typically at /usr/local/bin.
*/
target C {
protobufs: [ProtoHelloWorld.proto]
Expand Down
Loading