-
Notifications
You must be signed in to change notification settings - Fork 41
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
Remove unused products removed from Eclipse-Platform #4
Conversation
I assume you have sufficient permission that can merge this yourself, right? |
Yes I do. Just wanted to give some time for comments. But since there were no objections in the initial PR and this is the logical consequence I assume its fine to submit this now. |
I always use squash and merge, even with all my platform contributions. I thought one had to explicitly allow it: |
Oh wow, you learn something new every day! |
I prefer rebase and merge when the sequence of commits is already what I want to submit, but squash and merge is very useful to rewrite history so that we don't have "fix review comments" type commits in main history. |
Thanks @HannesWell for pushing this through to completion. |
Btw. I also tested locally that with the current 4.30 I-builds exactly those removed products were marked as missing.
Yes I don't want to reflect the back and forth during development/review in the history, but I also don't like the Github-Committer and its mail (I somethimes even noticed that it uses a github-mail with a random number, which I assume is some sort of ID for my account). Therefore I usually do force-pushes and squash locally before doing the final submission. |
Follow-up of eclipse-platform/eclipse.platform.releng.aggregator#1235