This repository has been archived by the owner on Dec 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 70
Add a fix mode that automatically fixes unused exports (revival) #104
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CI runs into out of memory for some reason, not sure why? |
Stale pull request message |
@phiresky Would you be able to merge master and try again? (Sorry about the delay in response) |
It's still runnnig out of memory? :o i don't think this changes anything that should affect that? |
I'm not really sure why this is the case. It might be that |
would like to see this merged, is there an update? |
Please open this once you have a change to clean this up. I'm closing this for now. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Revival of #67. Also fixes #98.
I added git status checking, if the git repo containing the given project has any uncommitted changes, it will refuse to modify it.