-
Notifications
You must be signed in to change notification settings - Fork 206
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
Migrate Refresh Action to Command/Handler framework and support visibility only whne CDT debug is active. #1035
Migrate Refresh Action to Command/Handler framework and support visibility only whne CDT debug is active. #1035
Conversation
@raghucssit : are you on top of master branch? |
I recently did an update, it looks like I missed one place :-( Fix coming vert soon. |
See #1036 and please rebase once I merge that. |
License checking is failing, probably because a bunch of IT is down at EF https://www.eclipsestatus.io/incident/496975?mp=true |
cf59513
to
f3c802a
Compare
The IT outage means ECA can't pass so nothing can be merged: |
yes. |
I have cherry-picked 1036. Now build should go through. |
Test Results 635 files ±0 635 suites ±0 55m 11s ⏱️ -4s For more details on these failures and errors, see this check. Results for commit e381b41. ± Comparison against base commit 8d06425. ♻️ This comment has been updated with latest results. |
This is the same thing happening on #1033. It isn't related to this change, but I don't know why it is failing yet. |
Some error thrown at dsf gbd tests after that no other tests are executed.
|
I raised #1037 to track this new problem. |
9ba693a
to
10b0148
Compare
...t.dsf.ui/src/org/eclipse/cdt/dsf/debug/internal/ui/viewmodel/actions/ViewRefreshHandler.java
Show resolved
Hide resolved
...t.dsf.ui/src/org/eclipse/cdt/dsf/debug/internal/ui/viewmodel/actions/ViewRefreshHandler.java
Outdated
Show resolved
Hide resolved
...t.dsf.ui/src/org/eclipse/cdt/dsf/debug/internal/ui/viewmodel/actions/ViewRefreshHandler.java
Outdated
Show resolved
Hide resolved
visibility only whne CDT debug is active. See eclipse-cdt#1034
10b0148
to
e381b41
Compare
Fixed all review comments. Rebase done on main. Let's see test results. |
Build is ok. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but I haven't verified in debugger
Please see #1034 (comment) for why closing this PR. |
See #1034