Remove ancient tools (hackificator, augmented_types, remove_soft_types, coverage)
commit4819f14435d5142d911b3c67f1b3ebc3d754e26b
authorKasper Kopec <kasper@fb.com>
Wed, 27 Feb 2019 23:53:12 +0000 (27 15:53 -0800)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Thu, 28 Feb 2019 00:39:16 +0000 (27 16:39 -0800)
treeaf46c227f5294e7b7793a7f59e9f85538a2cc08f
parentce3d05c15e9ead54cecc5cc766fee0b743545983
Remove ancient tools (hackificator, augmented_types, remove_soft_types, coverage)

Summary: Not used in years, likely not working.

Reviewed By: kmeht

Differential Revision: D14234125

fbshipit-source-id: 27a5dd29701d4e13bd6bcc0813e29a241d866c19
66 files changed:
hphp/hack/tools/augmented_types/.gitignore [deleted file]
hphp/hack/tools/augmented_types/Makefile [deleted file]
hphp/hack/tools/augmented_types/at_lex.mll [deleted file]
hphp/hack/tools/augmented_types/at_parse.ml [deleted file]
hphp/hack/tools/augmented_types/at_parse.mli [deleted file]
hphp/hack/tools/augmented_types/at_ty.ml [deleted file]
hphp/hack/tools/augmented_types/augmented_types.ml [deleted file]
hphp/hack/tools/augmented_types/augmented_types_test.ml [deleted file]
hphp/hack/tools/augmented_types/convert.ml [deleted file]
hphp/hack/tools/augmented_types/convert.mli [deleted file]
hphp/hack/tools/augmented_types/convert_ty.ml [deleted file]
hphp/hack/tools/augmented_types/convert_ty.mli [deleted file]
hphp/hack/tools/augmented_types/docblock_parse.ml [deleted file]
hphp/hack/tools/augmented_types/docblock_parse.mli [deleted file]
hphp/hack/tools/augmented_types/hack_ty.ml [deleted file]
hphp/hack/tools/augmented_types/smap.ml [deleted file]
hphp/hack/tools/augmented_types/tests/base.err [deleted file]
hphp/hack/tools/augmented_types/tests/base.out [deleted file]
hphp/hack/tools/augmented_types/tests/base.php [deleted file]
hphp/hack/tools/coverage/coverage_compare.py [deleted file]
hphp/hack/tools/hackificator/Makefile [deleted file]
hphp/hack/tools/hackificator/hackificator.ml [deleted file]
hphp/hack/tools/hackificator/hackificator.mli [deleted file]
hphp/hack/tools/hackificator/main_hackificator.ml [deleted file]
hphp/hack/tools/hackificator/stubs/Makefile.include [deleted file]
hphp/hack/tools/hackificator/stubs/resign.ml [deleted file]
hphp/hack/tools/hackificator/stubs/resign.mli [deleted file]
hphp/hack/tools/hackificator/tests/array_get_syntax.exp [deleted file]
hphp/hack/tools/hackificator/tests/array_get_syntax.php [deleted file]
hphp/hack/tools/hackificator/tests/class.php [deleted file]
hphp/hack/tools/hackificator/tests/class_without_modifier.exp [deleted file]
hphp/hack/tools/hackificator/tests/class_without_modifier.php [deleted file]
hphp/hack/tools/hackificator/tests/constructor_fix.exp [deleted file]
hphp/hack/tools/hackificator/tests/constructor_fix.php [deleted file]
hphp/hack/tools/hackificator/tests/exit.exp [deleted file]
hphp/hack/tools/hackificator/tests/exit.php [deleted file]
hphp/hack/tools/hackificator/tests/hh.exp [deleted file]
hphp/hack/tools/hackificator/tests/hh.php [deleted file]
hphp/hack/tools/hackificator/tests/interface.exp [deleted file]
hphp/hack/tools/hackificator/tests/interface.php [deleted file]
hphp/hack/tools/hackificator/tests/interface_with_static_but_no_modifier.exp [deleted file]
hphp/hack/tools/hackificator/tests/interface_with_static_but_no_modifier.php [deleted file]
hphp/hack/tools/hackificator/tests/interface_without_modifier.exp [deleted file]
hphp/hack/tools/hackificator/tests/interface_without_modifier.php [deleted file]
hphp/hack/tools/hackificator/tests/keyword_case.exp [deleted file]
hphp/hack/tools/hackificator/tests/keyword_case.php [deleted file]
hphp/hack/tools/hackificator/tests/operator_fix.exp [deleted file]
hphp/hack/tools/hackificator/tests/operator_fix.php [deleted file]
hphp/hack/tools/hackificator/tests/parameter_default_null.exp [deleted file]
hphp/hack/tools/hackificator/tests/parameter_default_null.php [deleted file]
hphp/hack/tools/hackificator/tests/thrift/end_marker.exp [deleted file]
hphp/hack/tools/hackificator/tests/thrift/end_marker.php [deleted file]
hphp/hack/tools/hackificator/tests/thrift/if_single_stmt.exp [deleted file]
hphp/hack/tools/hackificator/tests/thrift/if_single_stmt.php [deleted file]
hphp/hack/tools/hackificator/tests/thrift/split_member.exp [deleted file]
hphp/hack/tools/hackificator/tests/thrift/split_member.php [deleted file]
hphp/hack/tools/hackificator/unit_hackificator.ml [deleted file]
hphp/hack/tools/hackificator/unit_hackificator.mli [deleted file]
hphp/hack/tools/hackificator/www.ml [deleted file]
hphp/hack/tools/hackificator/www.mli [deleted file]
hphp/hack/tools/remove_soft_types/Makefile [deleted file]
hphp/hack/tools/remove_soft_types/delete_from_log.ml [deleted file]
hphp/hack/tools/remove_soft_types/harden.ml [deleted file]
hphp/hack/tools/remove_soft_types/remove_soft_types.ml [deleted file]
hphp/hack/tools/remove_soft_types/test.php [deleted file]
hphp/hack/tools/remove_soft_types/test.txt [deleted file]