Closed guillep closed 10 months ago
@guillep there are lot of tests of iceberg that broke.
Do you want that I give a try to get some corner cases just using the UI?
If you want, but just FYI, I redid all these changes from scratch so this is much cleaner than what we drafted yesterday. I'm much more confident on this PR than on what we did yesterday ^^.
Ok I do not have time right now so once this is integrated I will use it and we will see :)
The current repository-centric design allows to have only single working copy. Indeed, before the repository used to do
This PR moves several responsibilities from the repository to the working copy object. A lot of code gets clearer, allows to have multiple working copies, and as backwards compatibility the repository still has a default working copy as before.
Other changes:
description
. The uses I stumbled upon use now the less generic version that correspond on each situation.IceTipCache
et al that complicated debugging and modifications for not much