system76 / bottle

Protobuf messages in a bottle
GNU General Public License v3.0
9 stars 6 forks source link

Move messages into namespaces #5

Closed doomspork closed 4 years ago

doomspork commented 4 years ago

@btkostner to get namespacing to work I had to switch to buf for simplicity. To generate the Elixir I ran a command like this:

$ buf image build -o - | protoc --elixir_out=<output directory> $(buf image build -o - | buf ls-files --input -)
btkostner commented 4 years ago

Code looks good but we will need to work on getting buf setup in CI