Commit Graph

4 Commits

Author SHA1 Message Date
Andreas Fackler 6117e11a9e applied rustfmt 2018-04-30 18:55:51 +03:00
Vladimir Komendantskiy 7997e6e674 added a compile-time check for protoc in PATH 2018-04-18 21:23:39 +01:00
Yurii Rashkovskii 8b652fd1c4
Problem: proto::message is checked into the repo
However, it is generated during build-time and therefor is
unnecessary to be kept around in the repository.

There are two potential solutions for this problem:

1. Don't generate it build-time and use a checked-in version
2. Don't check it in.

Solution: don't check it in

The reason why I picked this solution is because it is, generally
speaking, less error-prone as it prevents "I forgot to regenerate
files" type of situations.
2018-03-15 10:49:51 +07:00
Vladimir Komendantskiy 5301123872 initial commit: elements of profobuf interface 2018-03-15 00:03:21 +00:00