Open eric-wieser opened 3 years ago
I don't think that's so much a bug report as a UI question.
The way I understand it, the idea is that ext
by itself does something useful, and if you want to customize it, then you can add additional arguments. I think there's a reasonable case to be made for changing the UI, but maybe we should wait until Lean 4.
Reproduction (on mathlib 8fd86366a4472716b25100e831a2ba0f266b28b8)
The cause is these lines:
https://github.com/leanprover-community/mathlib/blob/8fd86366a4472716b25100e831a2ba0f266b28b8/src/tactic/ext.lean#L533-L537
Only the
repeat1
branch goes on to callext
on all subgoals.