Devel--Cover icon indicating copy to clipboard operation
Devel--Cover copied to clipboard

Lock files not unlinked

Open poornima-repo opened this issue 5 years ago • 2 comments

When a database is read from the file system, the lock files are not unlinked. The change would be in Devel::Cover::IO::Base module.

poornima-repo avatar Mar 21 '20 02:03 poornima-repo

I agree that this would be ideal, but is it actually causing any problems the way it is at the moment?

If you have a suggestion, or better still a patch, which could implement this without causing problems amongst multiple processes it would be very well received.

pjcj avatar May 24 '20 12:05 pjcj

Maybe related: MYMETA.json is also read using Devel::Cover::DB::IO::JSON, so there's a MYMETA.json.lock file leftover after Devel::Cover operations (so to have a clean git status, one has to remove the lock file manually, or add it to .gitignore).

eserte avatar Mar 08 '21 14:03 eserte