Teemu Koskinen
Teemu Koskinen
Many filesystems have 16bit (or even smaller) link counters, eg. ext4 has a limit of 65000 links per file. If there are more duplicate files than that, rdfind tries to...
When upgrading to 6.8.0 I noticed that array_fid return value seems to be broken, defaulting to mixed instead of deducing it from the input array https://psalm.dev/r/1ad7073d07 ``` Psalm output (using...
If a variable is modified just before an exception is thrown, and then caught in the same context and the variable used, psalm emits an UnusedVariable issue. https://psalm.dev/r/95027a9b22 https://3v4l.org/9UkSq