You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Being able to run tactic_benchmark on decls that use sorry is rather useful. For example, when benchmarking tactics on evaluations such as MiniF2F which don't come with proofs for every declaration. Currently, tactic_benchmark fails on files that contain sorry.
Being able to run
tactic_benchmark
on decls that usesorry
is rather useful. For example, when benchmarking tactics on evaluations such as MiniF2F which don't come with proofs for every declaration. Currently,tactic_benchmark
fails on files that containsorry
.Suppose I replace
Examples.lean
withThen running
lake exe tactic_benchmark --simp_all Examples
yieldsReplacing
sorry
withby norm_num
leads to successful execution oftactic_benchmark
.I'll work on fixing this, but I'm rather slow at metaprogramming, so if anyone wants to fix this before me it would be much appreciated.
The text was updated successfully, but these errors were encountered: