Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include AST issues display string in compilation error (#14)
Including the errors from the compiler makes it easier to find and fix errors. For example this signed-versus-unsigned type error: ``` build.buf.protovalidate.exceptions.CompilationException: Failed to compile expression id.non_zero: ERROR: <input>:1:28: found no matching overload for '_!=_' applied to '(uint, int)' | this.most_significant_bits != 0 || this.least_significant_bits != 0u | ...........................^ ```
- Loading branch information