-
Notifications
You must be signed in to change notification settings - Fork 207
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
Bug 580314 - Remove deprecated methods from core build #103
Conversation
9c704b5
to
e84d0bb
Compare
Hi @jonahgraham I had originally targeted this change for an earlier release of CDT, but it looks like CDT will get a major version bump now -- should we just remove these deprecated methods instead? |
My default answer is yes. If you think the api is widely used in the wild it may be nicer to just deprecate though. |
I have had a chance to look at which methods these are. Please just delete them and document the deletion (move the doc you already wrote to the correct section). |
Deprecated methods in CommandLauncher and CBuildConfiguration are now removed.
e84d0bb
to
90c8465
Compare
Hmm, unusual amount of test failures in the github action. Will have to check if related to this change |
Looking at the change, it can't possibly be related or my sanity would be seriously affected. It would be great to track down some of these intermittent test failures (using this PR if that helps), or feel free to merge this one as is. This is part of why I haven't turned off the Jenkins CI builds yet. Until we get stable builds again regularly I am happy to automatically have multiple runs. |
Understood, thanks. |
Due to the removal of previous API done in: - PR eclipse-cdt#103 - commit 4de9516
Mark deprecated methods in CommandLauncher and CBuildConfig as "for removal"
Moved this PR over from gerrit: https://git.eclipse.org/r/c/cdt/org.eclipse.cdt/+/194515