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

Deduplicate launch configs #800

Merged
merged 1 commit into from
Nov 30, 2023
Merged

Conversation

laeubi
Copy link
Contributor

@laeubi laeubi commented Nov 2, 2023

The same launch config might be returned by multiple LaunchShortcutExtension and is then shown twice.

This simply filter items that where already seen to deduplicate such entries.

Fix #527

Copy link
Contributor

github-actions bot commented Nov 2, 2023

Test Results

   200 files   -    391     200 suites   - 391   36m 32s ⏱️ - 30m 38s
3 842 tests ±       0  3 837 ✔️ ±       0    5 💤 ±  0  0 ±0 
6 693 runs   - 5 439  6 667 ✔️  - 5 429  26 💤  - 10  0 ±0 

Results for commit 82bacbc. ± Comparison against base commit eb9ddc9.

♻️ This comment has been updated with latest results.

@laeubi laeubi force-pushed the dedup_launches branch 2 times, most recently from 28df400 to c74bc29 Compare November 30, 2023 05:59
The same launch config might be returned by multiple
LaunchShortcutExtension and is then shown twice.

This simply filter items that where already seen to deduplicate such
entries.

Fix eclipse-platform#527
@laeubi laeubi merged commit f1c9085 into eclipse-platform:master Nov 30, 2023
14 of 16 checks passed
iloveeclipse added a commit to iloveeclipse/eclipse.platform that referenced this pull request Nov 30, 2023
This fixes API error saying unnecessary version bump.
The bundle was not published yet via IBuild, so we can revert.

Regression from
eclipse-platform#800
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.debug.ui; singleton:=true
Bundle-Version: 3.18.300.qualifier
Bundle-Version: 3.18.400.qualifier
Copy link
Member

Choose a reason for hiding this comment

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

Once again bump was not needed.
Please always check version changes in the IDE as long as Tycho doesn't fully matches IDE functionality of API tooling.

Fix: https://github.com/eclipse-platform/eclipse.platform/pull/901/files

Copy link
Contributor Author

Choose a reason for hiding this comment

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

IDE currently show false positives for me. I started a build before without bump and it claims it want a bump...

Copy link
Member

Choose a reason for hiding this comment

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

Guess you weren't on latest master. The version was bumped in 0a5f0ff

Copy link
Contributor

Choose a reason for hiding this comment

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

FYI, I would not trust the IDE's baseline information if you haven't deleted it and built it new:

eclipse-platform/eclipse.platform.releng.aggregator#1605 (comment)

Copy link
Member

Choose a reason for hiding this comment

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

FYI, I would not trust the IDE's baseline information if you haven't deleted it and built it new:

Just in case: I'm not using Oomph for SDK development, I never update anything, I start everyday with latest nightly IBuild (if it was built at all).

Copy link
Contributor

Choose a reason for hiding this comment

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

Sorry the comment was intended for @laeubi

iloveeclipse added a commit that referenced this pull request Nov 30, 2023
This fixes API error saying unnecessary version bump.
The bundle was not published yet via IBuild, so we can revert.

Regression from
#800
Michael5601 pushed a commit to CodeLtDave/eclipse.platform that referenced this pull request Feb 12, 2024
This fixes API error saying unnecessary version bump.
The bundle was not published yet via IBuild, so we can revert.

Regression from
eclipse-platform#800
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.

"Run As" Context Menu shows Ant Run Configurations multiple times
4 participants