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

Removes progress reporting from product configuration file wizard #871

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vogella
Copy link
Contributor

@vogella vogella commented Nov 3, 2023

Reporting progress for the creation of the file with only one step reported after the file is created by before it it opened, seems unless.

@vogella
Copy link
Contributor Author

vogella commented Nov 3, 2023

@HannesWell WDYT? Worth having a progress reporting here? Feels unless and the wizard created only a file so that I as a user have never seen any reported progress.

Copy link

github-actions bot commented Nov 3, 2023

Test Results

   291 files  +  2     291 suites  +2   57m 46s ⏱️ + 4m 47s
 3 580 tests ±  0   3 504 ✅ +  2   76 💤 ± 0  0 ❌ ±0 
11 037 runs  +166  10 806 ✅ +139  231 💤 +29  0 ❌ ±0 

Results for commit 6abaa82. ± Comparison against base commit ece4417.

♻️ This comment has been updated with latest results.

@@ -67,11 +66,8 @@ public BaseProductCreationOperation(IFile file) {

@Override
protected void execute(IProgressMonitor monitor) throws CoreException, InvocationTargetException, InterruptedException {
monitor.beginTask(PDEUIMessages.BaseProductCreationOperation_taskName, 2);
createContent();
Copy link
Contributor

Choose a reason for hiding this comment

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

I think the monitor should actually be splitted and passed down to createcontent and open files ...

Reporting progress for the creation of the file with only one step
reported after the file is created by before it it opened, seems unless.
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