lean4-htt/tests/lean_before_refactoring
Sebastian Ullrich fd2c42a8bf chore(library, tests): switch to new attribute declaration syntax
sed -Ei 's/^(\s*)((private |protected )?(noncomputable )?(abbreviation|definition|meta_definition|theorem|lemma|proposition|corollary)\s+\S+\s*)((\s*\[(\S+(\s+[0-9]+)*|priority.*)\])+)\s*/\1attribute \6\n\1\2/' library/**/*.lean tests/**/*.lean
sed -Ei 's/\s+$//' library/**/*.lean  # remove trailing whitespace
2016-08-12 15:36:12 -07:00
..
run chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
491.lean chore(*): disable big chunk of the standard library and tests 2016-03-03 13:43:08 -08:00
491.lean.expected.out chore(*): disable big chunk of the standard library and tests 2016-03-03 13:43:08 -08:00
583.lean chore(*): disable big chunk of the standard library and tests 2016-03-03 13:43:08 -08:00
583.lean.expected.out chore(*): disable big chunk of the standard library and tests 2016-03-03 13:43:08 -08:00
630.lean chore(*): disable big chunk of the standard library and tests 2016-03-03 13:43:08 -08:00
630.lean.expected.out chore(*): disable big chunk of the standard library and tests 2016-03-03 13:43:08 -08:00
768.lean chore(*): disable big chunk of the standard library and tests 2016-03-03 13:43:08 -08:00
768.lean.expected.out chore(*): disable big chunk of the standard library and tests 2016-03-03 13:43:08 -08:00
793a.lean chore(*): disable big chunk of the standard library and tests 2016-03-03 13:43:08 -08:00
793a.lean.expected.out chore(*): disable big chunk of the standard library and tests 2016-03-03 13:43:08 -08:00
793b.lean chore(*): disable big chunk of the standard library and tests 2016-03-03 13:43:08 -08:00
793b.lean.expected.out chore(*): disable big chunk of the standard library and tests 2016-03-03 13:43:08 -08:00
800.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
800.lean.expected.out chore(*): disable big chunk of the standard library and tests 2016-03-03 13:43:08 -08:00
axioms_of.lean chore(*): disable big chunk of the standard library and tests 2016-03-03 13:43:08 -08:00
axioms_of.lean.expected.out chore(*): disable big chunk of the standard library and tests 2016-03-03 13:43:08 -08:00
binder_overload.lean chore(*): disable big chunk of the standard library and tests 2016-03-03 13:43:08 -08:00
binder_overload.lean.expected.out chore(*): disable big chunk of the standard library and tests 2016-03-03 13:43:08 -08:00
coe2.lean chore(*): disable big chunk of the standard library and tests 2016-03-03 13:43:08 -08:00
coe2.lean.expected.out chore(*): disable big chunk of the standard library and tests 2016-03-03 13:43:08 -08:00
eta_decls.lean fix(tests/lean/eta_decls): fix broken test 2016-06-14 11:51:47 -07:00
eta_decls.lean.expected.out chore(*): disable big chunk of the standard library and tests 2016-03-03 13:43:08 -08:00
finset_induction_bug.lean chore(*): disable big chunk of the standard library and tests 2016-03-03 13:43:08 -08:00
finset_induction_bug.lean.expected.out chore(*): disable big chunk of the standard library and tests 2016-03-03 13:43:08 -08:00
gen_fail.lean chore(*): disable big chunk of the standard library and tests 2016-03-03 13:43:08 -08:00
gen_fail.lean.expected.out chore(*): disable big chunk of the standard library and tests 2016-03-03 13:43:08 -08:00
list_vect_numerals.lean chore(*): disable big chunk of the standard library and tests 2016-03-03 13:43:08 -08:00
list_vect_numerals.lean.expected.out chore(*): disable big chunk of the standard library and tests 2016-03-03 13:43:08 -08:00
nary_overload2.lean chore(*): disable big chunk of the standard library and tests 2016-03-03 13:43:08 -08:00
nary_overload2.lean.expected.out chore(*): disable big chunk of the standard library and tests 2016-03-03 13:43:08 -08:00
noncomp_theory.lean chore(*): disable big chunk of the standard library and tests 2016-03-03 13:43:08 -08:00
noncomp_theory.lean.expected.out chore(*): disable big chunk of the standard library and tests 2016-03-03 13:43:08 -08:00
nonexhaustive.lean chore(*): disable big chunk of the standard library and tests 2016-03-03 13:43:08 -08:00
nonexhaustive.lean.expected.out chore(*): disable big chunk of the standard library and tests 2016-03-03 13:43:08 -08:00
norm1.lean chore(*): disable big chunk of the standard library and tests 2016-03-03 13:43:08 -08:00
norm1.lean.expected.out chore(*): disable big chunk of the standard library and tests 2016-03-03 13:43:08 -08:00
notation_priority.lean chore(*): disable big chunk of the standard library and tests 2016-03-03 13:43:08 -08:00
notation_priority.lean.expected.out chore(*): disable big chunk of the standard library and tests 2016-03-03 13:43:08 -08:00
rateval.lean chore(*): disable big chunk of the standard library and tests 2016-03-03 13:43:08 -08:00
rateval.lean.expected.out chore(*): disable big chunk of the standard library and tests 2016-03-03 13:43:08 -08:00
revert_fail.lean chore(*): disable big chunk of the standard library and tests 2016-03-03 13:43:08 -08:00
revert_fail.lean.expected.out chore(*): disable big chunk of the standard library and tests 2016-03-03 13:43:08 -08:00
simplifier_light.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
simplifier_light.lean.expected.out chore(*): disable big chunk of the standard library and tests 2016-03-03 13:43:08 -08:00
unfold_rec.lean chore(*): disable big chunk of the standard library and tests 2016-03-03 13:43:08 -08:00
unfold_rec.lean.expected.out chore(*): disable big chunk of the standard library and tests 2016-03-03 13:43:08 -08:00
unzip_error.lean chore(*): disable big chunk of the standard library and tests 2016-03-03 13:43:08 -08:00
unzip_error.lean.expected.out chore(*): disable big chunk of the standard library and tests 2016-03-03 13:43:08 -08:00
urec.lean chore(*): disable big chunk of the standard library and tests 2016-03-03 13:43:08 -08:00
urec.lean.expected.out chore(*): disable big chunk of the standard library and tests 2016-03-03 13:43:08 -08:00