typedb / dependencies

Bazel dependency declarations for build tools reused across @vaticle repositories (only for @vaticle)
Mozilla Public License 2.0
12 stars 22 forks source link

Make error messages for release validation rules cleaner #289

Open vmax opened 3 years ago

vmax commented 3 years ago

1) don't throw an exception for something that's an expected invalid result; just print a message and exit 2) figure out why running Kotlin binaries prints weird text mentioning fg

lolski commented 3 years ago

don't throw an exception for something that's an expected invalid result; just print a message and exit For consistency, let's also make sure that we do the same for other rules @vmax .