Base progress calculations on external file structure #11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "maciek/potodo:pot"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #4.
I am hesitant between using
--baseor--potflag name (the latter suggested by Julien). For now I stick to the second one.I skipped cache topic so far. I don't use it when scanning (cache argument always
False). The cache written is in the temporary directory, so transient. For a case of external file structure the cache would be quite complicated, cause we'd need to check against external file structure timestamps or a directory tree hash 🤔With regard to the merging method, I've considered three utilities:
msgmergeas most straight-forward (though it's a operating system dependency);locales/{lang}/LC_MESSAGES), and also it feels like a bit strange dependency for potodo, not sure if that would be an issue to potodo maintainersBase progress calculations on external file structureto WIP: Base progress calculations on external file structure98d40cfb3df107bc558aThe tests that complete successfully locally fail on CI. I wonder if it is connected somehow with transient filesystem in Docker. Will try to reproduce it in a Docker container, but some other day.
8daf01240e2dfb60803efaa6d0a8662dfb60803e2dfb60803e46f89b763dIt was connected with pot files that were gitignored therefore not added to the repo.
WIP: Base progress calculations on external file structureto Base progress calculations on external file structureMerged and released, thanks @maciek!