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

Performance and feedback issue on big refactorings #132

Closed
dubreuia opened this issue Nov 21, 2017 · 2 comments
Closed

Performance and feedback issue on big refactorings #132

dubreuia opened this issue Nov 21, 2017 · 2 comments

Comments

@dubreuia
Copy link
Owner

I have two issues with save-actions when refactoring code (500+ modified files)

  • performance: the save-actions are applied individually for each files (that means potentially a new thread is started for each file / action)
  • feedback: there is no UI feedback that something is happening (there should be some kind of progress bar)

It might means save-actions will need to have two modes: "normal" mode and "batch" mode. In batch mode, it should just list the files that needs action, then spawn one thread for all.

@egmanoj
Copy link

egmanoj commented Nov 23, 2017

+1.

I'd like to run Save Actions in "batch mode" for a directory/set of directories.

@dubreuia
Copy link
Owner Author

Fixed by #169 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants