-
-
Notifications
You must be signed in to change notification settings - Fork 908
Remove unreferenced insta snapshots #5194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
8fb4580 to
7ae5773
Compare
lpil
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whoa, cool! I didn't realise you could do this.
c39ca78 to
884ab2e
Compare
|
This is getting a bit complex being done on CI. Maybe we could do this instead with a script that folks use in dev? |
|
@lpil Well I'm not sure about it, the whole point is to make CI check unreferenced snapshots so this thing doesn't interfere with most of the contributors' work. |
bc2d881 to
884ab2e
Compare
|
There's not really any cost to having some outdated text files, so any checking on CI would need to also not have any cost. CI complexity is a headache, so any CI based approach would need to not introduce any cost there |
884ab2e to
5a627a3
Compare
|
@lpil What do you think of adding new targets to the Makefile? Or should I just make the PR only remove unused snapshots at this point? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That looks fab, let's use that. Thank you!
This pull request removes these unused snapshots
and adds a CI check to prevent unreferenced snapshots from being introduced in the future.