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

Automatically cleanup dirty llvm repo #97

Open
PhilippvK opened this issue Jun 1, 2024 · 0 comments
Open

Automatically cleanup dirty llvm repo #97

PhilippvK opened this issue Jun 1, 2024 · 0 comments
Labels
priority:low type:enhancement New feature or request type:help wanted Extra attention is needed
Milestone

Comments

@PhilippvK
Copy link
Contributor

When pressing CTRL+C while patches are being applied, it is very likely that the target llvm repo will be in a unclean state. To resolve this, users have to run git restore . and git clean -f . manually which should be avoided in the future.

The main problem with automating this is the risk of accidentally dropping any manually made changes. Further, in an unlucky scenario, it could remove the .seal5 meta dir, which is not desirable...

In interactive mode, we could just ask the user if the cleanup should really be applied.

@PhilippvK PhilippvK added type:enhancement New feature or request type:help wanted Extra attention is needed priority:low labels Jun 1, 2024
@PhilippvK PhilippvK added this to the v0.4.0 milestone Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority:low type:enhancement New feature or request type:help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant