Skip to content

tag:/ better handle uds name field

Méven Car requested to merge meven/baloo:bug-449126 into master

Break the loop in stat since the first element is "." or the file.

BUG: 449126

cc @ngraham @nicolasfella

With my changes the break in stat becomes necessary. As now the resulting pathUDSResults will have different names based on the path. The first one being the one for "." in case of a file of the file in case of a file.

The code is IMO a bit convoluted and hard to follow with this parseUrl used both for stat and list which makes it harder to follow through and ParseResult being this too-genric bag of result things. I did not understand it fully.

Merge request reports