bugout-dev / locust

"git diff" over abstract syntax trees
MIT License
50 stars 7 forks source link

Pipeline steps should be able to read and write pb files #42

Open zomglings opened 3 years ago

zomglings commented 3 years ago

Although we are using the proto definitions to generate data containers in the code, we still require conversion to JSON when passing data between pipeline steps (especially through plugins).

locust.git, locust.parse, and locust.render should all accept -i and -o arguments in two possible formats json, pb.