You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
move to built-in: remove all sources, keep tests
We need a new release that does not define the HSL, to allow easy
compatibility with 4.108+, where it is built-in.
Keep the tests for now to ensure/test compatibility.
update rx FIXME number (#157)
Summary:
Looks like the change from `<<__Rx>>` to `[rx]` requires a different FIXME number.
Pull Request resolved: #157
Test Plan: https://github.com/hhvm/hsl/pull/157/checks
Reviewed By: DavidSnider
Differential Revision: D26379817
Pulled By: jjergus
fbshipit-source-id: eb890f5f565dfbf625bd68f4b383e75a4ff7aaa5
Backport Ref<T> to 3.29 (#112)
* Backport Ref<T> to 3.29
* Remove hhvm nightly from as test hhvm
HHVM 4.41-dev laughs at your `instanceof`. 😆
* (Re)target 3.29 in tests
* Update .travis.yml
* Run tests using Docker
* Remove the orginal test code
I had two shell scripts stacked on top of eachother