hhvm / hacktest

A unit testing framework for Hack
MIT License
29 stars 13 forks source link

Various small fixes #4

Closed fredemmott closed 6 years ago

fredemmott commented 6 years ago

Makes hh_client run cleanly, and makes the autoload map generator work.

commit 1f9937b03b2fe45b7475c0db85e1f7c2f3d54aee (HEAD -> quickfix, fredemmott/quickfix)
Author: Fred Emmott <fe@fb.com>
Date:   Thu Jun 21 08:25:08 2018 -0700

    Fix a bunch of runtime syntax errors in 3.27

    Were permitted by 3.26

commit d51d73849ca6b95510be4d6bb6a26f6d031f3633
Author: Fred Emmott <fe@fb.com>
Date:   Thu Jun 21 08:23:20 2018 -0700

    Remove use of deprecated methods in HSL tests

commit ecfe117ec63df50dd69a319832946e38003b5234
Author: Fred Emmott <fe@fb.com>
Date:   Thu Jun 21 08:22:16 2018 -0700

    Depend on the HSL, don't include it

    - Given other things depend on it, we were installing a second copy in
    vendor, leading to a bunch of typechecker errors
    - We still include the HSL *tests*