-
Notifications
You must be signed in to change notification settings - Fork 83
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
Fix breakage caused by o.e.p.i.publishing.Utils changes #1421
Conversation
@HannesWell @akurtakov @iloveeclipse Given the I-build is broken, this, or something like this, needs to be merged sooner rather than later. |
Should the bundle dependency be updated too? |
I suppose that's a good idea too, yes. |
f964041
to
e041547
Compare
Test Results 6 files - 279 6 suites - 279 12s ⏱️ - 48m 49s Results for commit e041547. ± Comparison against base commit f7070db. This pull request removes 3577 tests.
|
I think I cannot change the bound because the I-build is broken so the new p2 thingy isn't available yet. So I can either merge this change without verification or the bound needs to change later after a successful I-build. What shall it be? |
Merge and start new I-build. That way there is at least a chance to have it done at once. |
Thank you Ed and sorry for the trouble! One really has to be very careful with P2, even if its internal. :/
Even if the bound is satisfied the change can't succeed with a green verification, because without an I-build the changed method signatures are not available. So it's a chicken-egg problem not solvable with only green builds. |
eclipse-equinox/p2#550