Changes between Initial Version and Version 1 of Ticket #17803, comment 1


Ignore:
Timestamp:
Jun 15, 2022, 8:33:47 AM (2 years ago)
Author:
ttcoder

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17803, comment 1

    initial v1  
    66It uses an entry_ref (one of the very few bad ideas that Be came up with in their API). Thus when you double-click the "new" file2.png, it goes "ok, this is the same device, same directory, and the filename matches, so I can pull the old Bitmap from the cache, it's clearly the same file".
    77
    8 Where it is not the same file obviously (not the same inode). But it doesn't know that.
     8Whereas it is not the same file obviously (not the same inode, not the same data). But it doesn't know that.
    99
    1010In my own builds I disable that part of the caching code as I find that bug very annoying indeed.