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

   268 files   -        6     268 suites   - 6   52m 43s ⏱️ -14s
3 496 tests +       1  3 459 ✔️ ±       0  36 💤 ±  0  1 +1 
7 895 runs   - 2 721  7 816 ✔️  - 2 698  78 💤  - 24  1 +1 

For more details on these failures, see this check.

Results for commit 7564da5. ± Comparison against base commit 7d111eb.

♻️ 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.

None yet

2 participants