Closed fredemmott closed 10 years ago
Cool, what kind of fixes are in the internal branch? Mockery fixes sound good.
Has you team addressed the issues with the Predis library? https://github.com/nrk/predis ... I saw reports on Twitter have people have issues with that lib, which Laravel uses for our Redis session driver.
I'm also fine with removing allowed_failures on HHVM build on Travis so we can keep a closer eye on things.
I've not specifically looked at Predis; we're prioritizing based on a mix of github and versioneye's metrics, and issues filed against HHVM.
No changes were made to HHVM specifically to support Laravel - however, the changes required to make Mockery and PHPUnit pass 100% also made it pass 100%. They're mostly related to reflection, autoloading, and ini_*() (HHVM doesn't have ini files)
Gotcha. Thanks for all your work! I'm very excited about the future of HHVM.
Creating an issue to track this.
Mockery from master (or the next release) + tomorrow's HHVM release should get you a 100% pass rate.
So, TODO: