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

Undo no longer works with multiple files #28

Closed
Sappharad opened this issue Apr 20, 2020 · 1 comment
Closed

Undo no longer works with multiple files #28

Sappharad opened this issue Apr 20, 2020 · 1 comment
Labels

Comments

@Sappharad
Copy link
Owner

When background processing was cleaned up in 2.3, the undo feature broke and it stops processing after the first file(s). The number of files depends on how many threads you were using, 4 is the most common default for most machines. Bug reported last month via email.

@Sappharad Sappharad added the bug label Apr 20, 2020
@Sappharad
Copy link
Owner Author

This was introduced when I attempted to clean up memory management to prevent leaks. Undo was never updated with the same changes as Analyze and Apply, so after the first file gets done processing it tries to remove it from the common pending files list but there was no pending files list to remove it from.

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

No branches or pull requests

1 participant