got rid of duplicated file/directory existence implementations / improved errorhandling and testing of FileLister#5350
Conversation
9b3d599 to
9e49c53
Compare
…l leak in Windows code
…rorhandling cleanup
FileLister
FileListerFileLister
|
Hi, this particular commit causes an issue when packaging 2.12.0 for Arch Linux. It seems to hang indefinitely on It could be because we build packages using |
|
@grawlinson Thanks for pointing this out. I actually encountered this locally in one of my installations but didn't get around to check and then I injured myself and forgot about it. I will look into this over the weekend. Also please run As a workaround you can simply disable the test. It was not executed in all cases before since it required a certain root directoy. I added a traversal hack for that which obviously ended up in an endless loop. |
|
I am not able to reproduce this (I actually only encountered this once). The issue is with We need to rewrite the test (there's already a TODO about it). I filed https://trac.cppcheck.net/ticket/11993#comment:1 about this. |
|
Ah, this will be because of |
No description provided.