Alessandro Chitolina

Results 43 comments of Alessandro Chitolina
trafficstars

Hi @oprypkhantc! Interesting use case, and I can see the problem in a development environment, but I don't think that separating the glob logic into an external finder is the...

> Yes, so I'd expect it to only be available for "glob based" finders. An interface to denote "glob based" finders perhaps? Not applicable, unfortunately: composer finder is not always...

Wow! Thanks for the huge research work! I presume you're using macos, linux should not have these performance issues on mounted volumes. Anyway, based on your last comment: > -...

Ok, I was working on the cache and found myself writing a class to abstract the `glob` logic, which is (I think) almost identical to your `FileFinder` class. So I...

Hi @oprypkhantc, Sorry for the delay. I've just merged a commit that introduced a `FileFinderInterface` (with two implementations) that can be passed to the `withFileFinder` method on the finders. When...

`0.5.1` has been released with `FileFinder` support

Hi there, I'm the author of the class-finder lib, I've read of the performance issue you encountered. I'll try to respond to the linked issue for a more general solution,...

> 2. `PHP Fatal error: Declaration of Symfony\Component\Cache\Traits\Redis5Proxy::_compress($value) must be compatible with Redis::_compress(string $value): string in /usr/src/app/vendor/symfony/cache/Traits/Redis5Proxy.php on line 64` This looks like this is because the class finder tries...

Hi, I had the same exact issue. I've inspected the log file and I noted that there is a `build.sh: line 72: [: -l: unary operator expected` error in the...

Hi @josefsabl, Yes, this is clearly a bug. I've just merged a patch to fix this. Can you please test the `dev-master` version on your project before I release it?...