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

Remove unnecessary done() call on ProgressMonitor #579

Merged
merged 1 commit into from
Dec 4, 2024

Conversation

vogella
Copy link
Contributor

@vogella vogella commented Dec 3, 2024

Copy link

github-actions bot commented Dec 3, 2024

Test Results

  375 files  ±0    375 suites  ±0   42m 33s ⏱️ - 2m 46s
1 904 tests ±0  1 901 ✅ ±0  3 💤 ±0  0 ❌ ±0 
6 712 runs  ±0  6 703 ✅ ±0  9 💤 ±0  0 ❌ ±0 

Results for commit 5c48af9. ± Comparison against base commit 1a42e02.

♻️ This comment has been updated with latest results.

@vogella vogella force-pushed the more_submonitor_calls branch from ec6c163 to 5c48af9 Compare December 3, 2024 12:43
@vogella
Copy link
Contributor Author

vogella commented Dec 3, 2024

@ptziegler please have a quick look.

Copy link
Contributor

@ptziegler ptziegler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CompositeArtifactRepository is calling done() on the SubMonitor, so that should be fine as well and CompositeArtifactRepositoryFactory is also only actively using the SubMonitor, making it the responsibility of the callert to call done(). This should then also be fine.

@vogella vogella merged commit 1d1762d into eclipse-equinox:master Dec 4, 2024
12 checks passed
@vogella vogella deleted the more_submonitor_calls branch December 4, 2024 07:56
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

Successfully merging this pull request may close these issues.

2 participants