Remove __SoftLateInitnightly-2019.09.28
commite81ec4084d4da5189f2a96fa2be2c378095642a0
authorRick Lavoie <rlavoie@fb.com>
Sat, 28 Sep 2019 01:44:43 +0000 (27 18:44 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Sat, 28 Sep 2019 01:46:45 +0000 (27 18:46 -0700)
treef143c5fb1c8f7dd687f1bf20f101023140c20dc6
parentcd20b88de1e4f71913fce0eb0b642ddc46f6a177
Remove __SoftLateInit

Summary: Remove support for __SoftLateInit

Reviewed By: mofarrell

Differential Revision: D17637826

fbshipit-source-id: b401a9ab1e320a543a3da74c8e75a50869af3289
58 files changed:
hphp/hack/src/hhbc/emit_property.ml
hphp/hack/src/hhbc/hhas_attribute.ml
hphp/hack/src/hhbc/hhas_property.ml
hphp/hack/src/hhbc/hhbc_hhas.ml
hphp/hhbbc/analyze.cpp
hphp/hhbbc/index.cpp
hphp/runtime/base/apc-object.cpp
hphp/runtime/base/attr.h
hphp/runtime/base/builtin-functions.cpp
hphp/runtime/base/builtin-functions.h
hphp/runtime/base/execution-context-inl.h
hphp/runtime/base/execution-context.cpp
hphp/runtime/base/execution-context.h
hphp/runtime/base/object-data.cpp
hphp/runtime/base/variable-serializer.cpp
hphp/runtime/ext/std/ext_std_errorfunc.cpp
hphp/runtime/ext/std/ext_std_errorfunc.php
hphp/runtime/ext/thrift/binary.cpp
hphp/runtime/ext/thrift/compact.cpp
hphp/runtime/vm/as-shared.cpp
hphp/runtime/vm/as.cpp
hphp/runtime/vm/class.cpp
hphp/runtime/vm/jit/irgen-minstr.cpp
hphp/runtime/vm/jit/irgen-sprop-global.cpp
hphp/runtime/vm/preclass-emitter.cpp
hphp/runtime/vm/preclass.cpp
hphp/runtime/vm/verifier/fuzzer/fuzzer.ml
hphp/test/slow/late-init-soft/apc.php [deleted file]
hphp/test/slow/late-init-soft/apc.php.expect [deleted file]
hphp/test/slow/late-init-soft/basic-static.php [deleted file]
hphp/test/slow/late-init-soft/basic-static.php.expect [deleted file]
hphp/test/slow/late-init-soft/basic-static.php.opts [deleted file]
hphp/test/slow/late-init-soft/basic.php [deleted file]
hphp/test/slow/late-init-soft/basic.php.expect [deleted file]
hphp/test/slow/late-init-soft/compare-inherited.php [deleted file]
hphp/test/slow/late-init-soft/compare-inherited.php.expectf [deleted file]
hphp/test/slow/late-init-soft/compare.php [deleted file]
hphp/test/slow/late-init-soft/compare.php.expect [deleted file]
hphp/test/slow/late-init-soft/no-initial1.php [deleted file]
hphp/test/slow/late-init-soft/no-initial1.php.expectf [deleted file]
hphp/test/slow/late-init-soft/no-initial2.php [deleted file]
hphp/test/slow/late-init-soft/no-initial2.php.expectf [deleted file]
hphp/test/slow/late-init-soft/redeclare1.php [deleted file]
hphp/test/slow/late-init-soft/redeclare1.php.expectf [deleted file]
hphp/test/slow/late-init-soft/redeclare2.php [deleted file]
hphp/test/slow/late-init-soft/redeclare2.php.expectf [deleted file]
hphp/test/slow/late-init-soft/redeclare3.php [deleted file]
hphp/test/slow/late-init-soft/redeclare3.php.expect [deleted file]
hphp/test/slow/late-init-soft/redeclare4.php [deleted file]
hphp/test/slow/late-init-soft/redeclare4.php.expectf [deleted file]
hphp/test/slow/late-init-soft/redeclare5.php [deleted file]
hphp/test/slow/late-init-soft/redeclare5.php.expectf [deleted file]
hphp/test/slow/late-init-soft/serialize-inherited.php [deleted file]
hphp/test/slow/late-init-soft/serialize-inherited.php.expectf [deleted file]
hphp/test/slow/late-init-soft/serialize.php [deleted file]
hphp/test/slow/late-init-soft/serialize.php.expect [deleted file]
hphp/test/slow/late-init-soft/to-array.php [deleted file]
hphp/test/slow/late-init-soft/to-array.php.expect [deleted file]