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

Restrict Pin View and Open View to active CPP debug context. #1049

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

Conversation

raghucssit
Copy link
Contributor

@raghucssit raghucssit commented Jan 21, 2025

That is if any CPP application is under debug. Because Pin View is never enabled other than CPP application debug session.

This also includes Action to Command migration.

Fixes #1048

@raghucssit
Copy link
Contributor Author

This is how fix looks like.
@
pin-view-open-view-fix

@raghucssit
Copy link
Contributor Author

FYI, @iloveeclipse , @jonahgraham

Copy link

github-actions bot commented Jan 21, 2025

Test Results

   635 files  ± 0     635 suites  ±0   35m 59s ⏱️ +9s
11 417 tests ± 0  11 274 ✅ ± 0  143 💤 ±0  0 ❌ ±0 
11 432 runs  +69  11 291 ✅ +69  141 💤 ±0  0 ❌ ±0 

Results for commit 7e3c76f. ± Comparison against base commit 11dfaa4.

♻️ This comment has been updated with latest results.

@raghucssit

This comment was marked as resolved.

@iloveeclipse

This comment was marked as resolved.

@raghucssit

This comment was marked as resolved.

@raghucssit raghucssit force-pushed the migrate_pin_view_action branch 2 times, most recently from 8e73224 to 9a457cb Compare January 21, 2025 16:24
jonahgraham

This comment was marked as resolved.

@raghucssit

This comment was marked as resolved.

@raghucssit

This comment was marked as resolved.

@raghucssit

This comment was marked as resolved.

jonahgraham

This comment was marked as resolved.

@raghucssit raghucssit force-pushed the migrate_pin_view_action branch 2 times, most recently from a886ecf to c4bbb43 Compare January 26, 2025 16:33
@raghucssit
Copy link
Contributor Author

@jonahgraham I have fixed all the comments and tested. It works fine. Thanks for all the suggestions and guidelines.
Build failed due to some repository is not reachable. May be infrastructure isssue.

@jonahgraham
Copy link
Member

Build failed due to some repository is not reachable. May be infrastructure isssue.

Yes, I'll keep an eye on it and kick it off when services are back from their maintenance downtime https://www.eclipsestatus.io/

@raghucssit raghucssit force-pushed the migrate_pin_view_action branch from c4bbb43 to 1c08368 Compare January 26, 2025 20:21
@raghucssit raghucssit force-pushed the migrate_pin_view_action branch from 1c08368 to 7e3c76f Compare January 27, 2025 08:07
That is if any CPP application is under debug. Because Pin View is never
enabled other than CPP application debug session.

This also includes Action to Command migration.

Fixes eclipse-cdt#1048
@jonahgraham jonahgraham force-pushed the migrate_pin_view_action branch from 7e3c76f to 9689b69 Compare January 27, 2025 16:34
@jonahgraham jonahgraham added this to the 12.0.0 M2 milestone Jan 27, 2025
Copy link
Member

@jonahgraham jonahgraham left a comment

Choose a reason for hiding this comment

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

Thanks @raghucssit

I have rebased this change, updated the commit comment to say "Fixes" to automatically close #1048 when we merge and applied the final trivial fix review comment I just created.

Once build passes this will be merged.

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.

Restrict Pin View and Open New View Actions to CPP application debug context.
3 participants