Commit Graph

5 Commits

Author SHA1 Message Date
C.Solovev cc0812193c Add to .gitignore .idea/ folder and fix test's readme 2019-02-25 15:05:08 +04:00
Andreas Fackler f27eed4eef Rename input to handle_input.
Also update `.gitignore` to avoid checking in test logs.
2018-08-29 19:35:52 +02:00
Vladimir Komendantskiy 103e7c612d
Merge branch 'master' into remove-autogenerated-message.rs 2018-03-28 14:52:13 +01:00
Vladimir Komendantskiy c4069bcdd8 added .gitignore 2018-03-15 10:16:12 +00: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