eclipse-plugins icon indicating copy to clipboard operation
eclipse-plugins copied to clipboard

Installation of the second package in parallel is silently ignored

Open marek-trmac opened this issue 9 years ago • 6 comments

•plug-in version: feature GNU ARM C/C++ Packs (Experimental) 2.2.2.201602101653 •Java version: 8 •operating system: Win7 •toolchain version: GNU ARM latest •the detailed and complete list of steps to reproduce the bug Open "Packs" perspective Open "Packs" view Right click on any uninstalled package and select "Install" Immediatelly Right click on ANOTHER uninstalled package and select "Install" Observation: only first package is being installed Expectation: Both packages installed (or at least any error message displayed that second package is not installed because first package still being installed)

marek-trmac avatar Feb 11 '16 13:02 marek-trmac

Immediatelly Right click on ANOTHER uninstalled package and select "Install"

hmmm.... it was not intended to be used like this, to install multiple packages you can multiple select them and click Install; in the mean time you can do anything you want, except install other packages.

the Packs Manager will suffer a major rewrite soon, so I'll probably change this behaviour too.

ilg-ul avatar Feb 11 '16 14:02 ilg-ul

Hi. Sorry, this is not an enhancement, it is a bug. I just used command in the UI and it did not work. The installation of one package is quite long, you cannot consider it will be installed before user selects another package.

marek-trmac avatar Feb 11 '16 15:02 marek-trmac

would you prefer a modal progress dialog while the packages are installed?

ilg-ul avatar Feb 11 '16 15:02 ilg-ul

Definitely no modal dialogs

marek-trmac avatar Feb 11 '16 16:02 marek-trmac

then what would be the expected behaviour? how about queuing all requests?

ilg-ul avatar Feb 11 '16 16:02 ilg-ul

Queueing requests would be great!!!

marek-trmac avatar Feb 12 '16 07:02 marek-trmac