On Thu, Feb 04, 2021 at 03:09:33PM +0100, Claudio Jeker wrote: > The uri field in the entity queue struct is never a URI but always a local > path to the file in the repo. Rename the field so I'm less confused. > Compiler agrees with my change.
Agreed. Some of the functions you need to touch also expect a filename fn, which they then open one way or the other. ok tb
