Cleanup core/third-party-core
commit5da1f4cac6d908254c1128ee9ea12e2e8ad753b7
authorVincent Siles <vsiles@fb.com>
Mon, 5 Oct 2020 15:24:45 +0000 (5 08:24 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Mon, 5 Oct 2020 15:28:07 +0000 (5 08:28 -0700)
tree7958603e8168016b89eb2a6fd8fcc2b00d72ea04
parent1939f811be144fc34a577d0c3fd4d28d653eb936
Cleanup core/third-party-core

Summary:
I'm on a journey to get rid of Core.
This first diff is getting rid of our local copy (sic) of Core and replaces
it by just using Base or Core_kernel

Reviewed By: madgen

Differential Revision: D24012213

fbshipit-source-id: 3de253d3231265cfc4a0c772ef134f37bd8f1b62
38 files changed:
hphp/hack/src/heap/config/dune
hphp/hack/src/heap/sharedMem.ml
hphp/hack/src/ifc/dune
hphp/hack/src/procs/dune
hphp/hack/src/third-party/core/LICENSE [deleted file]
hphp/hack/src/third-party/core/VERSION [deleted file]
hphp/hack/src/third-party/core/commutative_group.ml [deleted file]
hphp/hack/src/third-party/core/container.ml [deleted file]
hphp/hack/src/third-party/core/core_printf.ml [deleted file]
hphp/hack/src/third-party/core/dune [deleted file]
hphp/hack/src/third-party/core/fn.ml [deleted file]
hphp/hack/src/third-party/core/hack_caml.ml [deleted file]
hphp/hack/src/third-party/core/monad.ml [deleted file]
hphp/hack/src/third-party/core/option.ml [deleted file]
hphp/hack/src/third-party/core/poly.ml [deleted file]
hphp/hack/src/third-party/core/polymorphic_compare.ml [deleted file]
hphp/hack/src/third-party/core/polymorphic_compare.mli [deleted file]
hphp/hack/src/utils/core/dune
hphp/hack/src/utils/core/measure.ml
hphp/hack/src/utils/core/utils.ml
hphp/hack/src/utils/exit.ml
hphp/hack/src/utils/findUtils.ml
hphp/hack/src/utils/hashlib/dune
hphp/hack/src/utils/hh_json/dune
hphp/hack/src/utils/hh_json/hh_json_helpers.ml
hphp/hack/src/utils/lsp/lsp_fmt.ml
hphp/hack/src/utils/lsp/lsp_helpers.ml
hphp/hack/src/utils/symbolDefinition.ml
hphp/hack/src/utils/sys/daemon.ml
hphp/hack/src/utils/sys/dune
hphp/hack/src/utils/sys/pidLog.ml
hphp/hack/src/utils/sys/sys_utils.ml
hphp/hack/src/utils/sys/timeout.ml
hphp/hack/src/utils/sys/timeout.mli
hphp/hack/src/utils/sys/timer.ml
hphp/hack/src/utils/sys/tty.ml
hphp/hack/test/unit/typing/dune
hphp/hack/test/unit/typing/writeSymbolInfoTest.ml