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
{{ message }}
This repository was archived by the owner on Sep 1, 2023. It is now read-only.
Compatibility with 4.62 and current nightlies (#54)
* Add allowed fixmes for hhvm 4.62
Running Fred's jq script
Co-authored-by: Fred Emmott <[email protected]>
* Bump hhvm version to hhvm 4.56 to avoid conflicts
* Remove support for PHP arrays, make VarrayOrDarraySpec use varray more often
- at runtime, PHP arrays, varrays, and darrays are now distinct types; this
makes keeping PHP arrays impractical, and it seems unnecessary now that
`unserialize()` will return `darray`s instead
- previously, VarrayOrDarraySpec would fall back to `darray` if unclear what
type should be used. The result is no longer usable as a varray if unclear,
so make it look at the input type to guess what the output should be.
* add another fixme to whitelist needed for 4.62
* Require HHVM 4.60
Needed for testing, so that the newer hacktest can be used
* Use ConstVector instead of Vector + ImmVector
Also matches Pair, so add test
* fixme constmap/constvector references
Co-authored-by: Lexidor Digital <[email protected]>
0 commit comments