On Mon Jun 23 11:12:58 2025 +0000, Jacek Caban wrote:
Splitting would be nice. There's no need for a separate MRs, you can split it into separate commits within the same one.
While writing tests I found out that my implementation of Save and Load methods is incorrect. These methods shouldn't write and read zone information from the main file data stream. OS Windows uses NTFS alternative data stream Zone.Identifier to save and load zone information. Right now I have to look for a solution for a while. Actually, the main idea of the implementation was to make MAX messenger work (without PersistZoneIdentifier it crashes). MAX messenger can work with PersistZoneIdentifier stubs. So, is it ok to add only stubs in another merge request to make it merge faster and add here only tests and implementation?