Commits
Click on a commit to change the comparison rangefix: store PathBuf with weak pointers to handle cache clearing (#879)
fixes of #872
The solution is not optimal, I spent the whole day trying to understand synchronization but couldn't figure it out, so resorting to this really bad implementation.
The good news is that I came up with a simple failing test for future improvements.