Summary: We minimize the number of "'sorry' used warning messages". We also re-target the error to the main declaration. Example: foo._main ==> foo We do not report for auxiliary declarations such as "_example" and "foo.equations._eqn_1" Get rid of the redundant error message "error : failed" for tactics. We added "silent failures" in the tactic framework. We do not store line/col information for tactics nested in notation declarations. Before this commit, we would have tactics such as (tactic.save_info line col) nested inside of notation declarations.
9 lines
227 B
Text
9 lines
227 B
Text
ctx.lean:3:0: error: don't know how to synthesize placeholder
|
||
context:
|
||
A B : Type u,
|
||
a1 a2 a3 a4 a5 a6 a7 a8 a9 a10 : ℕ,
|
||
b1 b2 b3 : bool,
|
||
h : A = B,
|
||
p1 p2 : A × B
|
||
⊢ ℕ
|
||
ctx.lean:2:11: warning: declaration 'foo' uses sorry
|