-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Removed deprecated activateTerminal method #10521 #10529
Removed deprecated activateTerminal method #10521 #10529
Conversation
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.
Thank you for your contribution 👍
In order to accept your changes please be sure to sure to sign the eclipse contributor agreement (eca) with the same email as your authorship.
@abhisharsinha please be sure to also properly fill out the issue template which seems to have been discarded.
@abhisharsinha it looks like an invalid email was used to author the pull-request which of course ultimately fails the CI check for the
While you're fixing the authorship, can you also please update the commit title and message itself to provide more details than "closes #" 👍 |
9ef28e6
to
7c3a82a
Compare
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.
@abhisharsinha the changes look good to me, do you mind adding a breaking change note in the
changelog to mentioned that we now removed the deprecated method?
Deprecated method `activateTerminal` was removed.
@vince-fugnitto This was my first open-source contribution. Thank you for guiding me through it. |
@abhisharsinha no problem! 👍 everything looks good, do you mind as one final step to squash your commits so only one is present? |
0e59bc9
to
963b2a4
Compare
164d672
to
963b2a4
Compare
@abhisharsinha do you need any help to do the rebase? |
Yes. I had squased the commits but there was a merge conflict. I am unable to squash merge commit. |
cfdfc32
to
82672cf
Compare
82672cf
to
3e0b867
Compare
@abhisharsinha I cleaned it up for you 👍 I'll wait for CI to pass. |
Signed-off-by: abhisharsinha [email protected]
What it does
Fixes: #10521
Removed the deprecated
activateTerminal
method. The deprecated method was called in two files which have been updated with the open method. The method definition was also removed.How to test
No functionality was changed. The project builds without any error.
Review checklist
Reminder for reviewers