Showing a preview of the target state in the editor#1937
Showing a preview of the target state in the editor#1937laeubi merged 2 commits intoeclipse-pde:masterfrom
Conversation
Test Results 765 files ±0 765 suites ±0 58m 53s ⏱️ + 9m 50s For more details on these failures, see this check. Results for commit 117567a. ± Comparison against base commit 6f0d306. ♻️ This comment has been updated with latest results. |
9eb3178 to
a54fd81
Compare
|
This is now ready to be merged once master is open. |
Currently if one loads a target not using the planner mode there is no guarantee setting it will actually lead to a satisfiable solution. And even with planner mode there are cases where P2 can get to a different result than a real OSGi resolution or there are location types that do not resolve at all. So currently one is forced to actually set the target platform, then look at the target platform state view, identify the problem, change something and start again. This aims to add a new tab "Resolved State" that shows the resolved state of the bundles that would be set as a result of activate the current target platform.
a54fd81 to
73c6162
Compare
|
This pull request changes some projects for the first time in this development cycle. An additional commit containing all the necessary changes was pushed to the top of this PR's branch. To obtain these changes (for example if you want to push more changes) either fetch from your fork or apply the git patch. Git patchFurther information are available in Common Build Issues - Missing version increments. |
Currently if one loads a target not using the planner mode there is no guarantee setting it will actually lead to a satisfiable solution. And even with planner mode there are cases where P2 can get to a different result than a real OSGi resolution or there are location types that do not resolve at all. So currently one is forced to actually set the target platform, then look at the target platform state view, identify the problem, change something and start again.
This aims to add a new tab "Resolved State" that shows the resolved state of the bundles that would be set as a result of activate the current target platform.