Track timestamps to filter changed files.#500
Track timestamps to filter changed files.#500johnnyreilly merged 2 commits intoTypeStrong:masterfrom
Conversation
|
Thanks! Let's see how the tests do. Also @jbrantly would you be able to comment on this? Seems like a reasonable change to me. @WearyMonkey I'm probably about to go offline - ping me tomorrow if it looks like I've forgotten about this. |
|
Okay the failing tests are |
|
Just had a go at regenerating the test data myself. I didn't realise I could work directly on a supplied PR before I'd landed it. Pleased to see I can 😄 |
|
Merged - will look to cut a release tonight if possible. |
getTimes()returns a map with all files. This breaks version tracking as all file versions are incremented.This PR adds manual timestamp tracking to filter out actually changed files.