Skip to content
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

Warn if we are cleaning files that are tracked by Git #63

Open
aomarks opened this issue Apr 1, 2022 · 0 comments
Open

Warn if we are cleaning files that are tracked by Git #63

aomarks opened this issue Apr 1, 2022 · 0 comments

Comments

@aomarks
Copy link
Member

aomarks commented Apr 1, 2022

If automatic output cleaning tries to delete a file that is tracked by Git, then that's a good indication that the output glob could be too broad.

This could be more expensive than we want, since it requires calling out to another process and would block every script's execution. Maybe something to put in a diagnose mode, rather than something we do on every build.

@aomarks aomarks self-assigned this Apr 1, 2022
@aomarks aomarks moved this to 🧊 Icebox in Lit Project Board Apr 2, 2022
@aomarks aomarks moved this from 🧊 Icebox to 📋 Triaged in Lit Project Board Jun 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant