Open boesing opened 1 year ago
I think that would be fine if it's configurable. Some plugins have a ton of tests that benefit from a cache being enabled.
Are the _run
files generated by codeception do always have the same hashes?
But besides that, I would be fine with having that configurable 👍🏼
The filename hash is based on the file contents, but any dependencies from vendor
can still be cached.
Hey there,
I recently stumbled upon a problem which I wanted to fix. I debugged stuff, etc. and while debugging I was using
--no-cache
and was unable to reproduce the problem. I then found out that psalm is executed without--no-cache
here which is kinda problematic in some cases (i.e. when usingcodecept run --fail-fast
which keeps the_run
directory).I'd like to propose adding
--no-cache
to the psalm CLI execution command so that there are no sideeffects from whatever caches.