amphp / file

An abstraction layer and non-blocking file access solution that keeps your application responsive.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UvDriver bug in amphp/file 1.0.1

enumag opened this issue · comments

[TypeError]                                                                  
Argument 2 passed to Amp\File\StatCache::set() must be of the type array, bool given, called in .../vendor/amphp/file/src/UvDriver.php on line 157 

I believe it's because you failed to include this fix into 1.0.1, effectively breaking support for ext-uv 0.2.

Yep, forgot that I had to cherry-pick those from master. Released as 1.0.2.