Closed abaldwin88 closed 7 years ago
The current hashing strategy creates issues if a user copies a hash, edits the file and then tries to use the hash afterwards.
A potential solution to this is to keep versions for each file's usage in roamer.
https://github.com/abaldwin88/roamer/blob/6e0c97c9b3f227525985820bbb547727cb5ef6b7/tests/test_integration.py#L298
Implemented
The current hashing strategy creates issues if a user copies a hash, edits the file and then tries to use the hash afterwards.
A potential solution to this is to keep versions for each file's usage in roamer.