This repository was archived by the owner on Jun 1, 2024. It is now read-only.
Releases: hhvm/hacktest
Releases · hhvm/hacktest
v2.4.0
What's Changed
- Require hhvm 4.128 and support autoloading with ext_watchman by @lexidor in #111
- Add aliasses for noreturn functions with nothing by @lexidor in #109
- Fix lint error by @Atry in #113
- Fix "Could not parse file" error by @Atry in #112
- Assume tests/ when no SOURCE_PATH is specified by @lexidor in #110
Full Changelog: v2.3.0...v2.4.0
v2.3.0
2.2.3: support HSL-IO v0.3
v2.2.3 permit HSL IO v0.3
v2.2.2: support future release of hsl-experimental, fix more calls that could lead to truncated output
Replace 'writeAsync' with 'writeAllAsync' in more places Prevents truncated output, and fixes support for future hsl-experimental release
2.2.1: support current HHVM nightly builds, fix truncated output
This release:
- supports current nightly builds of HHVM and is expected to support HHVM 4.88
- continues to support HHVM 4.60 and above
- fixes a bug that can lead to truncated output in recent versions of HSL IO
Support HSL-IO v0.2, hsl-experimental-v4.58
This release contains no user-visible changes - however, due to changes in HSL-IO, it can not run its' own tests on earlier versions of HSL Experimental, so the new version is now required.
2.2.0rc1: support/require hsl-experimental v4.58.0
v2.2.0rc1 Support (and require) HSL IO 0.2
2.1.3: support HHVM 4.62 and current nightlies - expected to support HHVM 4.63
v2.1.3 array -> varray in shape
2.1.2: support type-assert v4
Update dependencies - explicitly depend on HSL-IO v0.1 API - permit type-assert v4
v2.1.1: compatibility with hsl-experimental master.
[easy] make VerboseCLIOutput forward compatible with future HSL IO ch…