-
Notifications
You must be signed in to change notification settings - Fork 228
fix concurrent use of AbstractTextSearchResult.fMatchEvent #992 #2802
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
Conversation
|
I'm really happy to see changes for this! |
…atform#992 Some search results where missing when the same object was concurrently passed to listeners. There is no point to reuse the instance. eclipse-platform#992
|
This pull request changes some projects for the first time in this development cycle. An additional commit containing all the necessary changes was pushed to the top of this PR's branch. To obtain these changes (for example if you want to push more changes) either fetch from your fork or apply the git patch. Git patchFurther information are available in Common Build Issues - Missing version increments. |
|
From my POV this PR is OK to merge. |
|
Some PRs don't fail ECA eclipse-platform/eclipse.platform.releng.aggregator#2510 so I guess it's smth related with Joerg change of email in eclipse account. As the PR had valid ECA but now doesn't I really have no clue what should be done. I'm leaving it to the "collective" knowledge to decide. |
|
@waynebeaton : I guess you've had such case: the PR was set at the time the PR author (@jukzi) worked for a company X, using company X mail account. Now PR author is not working anymore for the X company. The email is still mentioned in commit metadata. Considering the fact that at the moment of PR creation ECA check was green, I assume we are OK to merge from the legal point of view. However, I fear the tooling might complain after the merge? Should we simply rewrite commit metadata & push it with different (e.g. mine) author reference? Or can we merge? |
Correct. Whether or not the tool will complain... I don't know. But if you can merge, then you should be good-to-go. AFAIK, there's no automatic checks after merge. When we do one of our periodic checks (that we usually just do quietly), we will detect that the author was covered by an ECA (probably an MCCA based on the scenario) at the time |
|
Thanks @waynebeaton for a quick response! |
Some search results where missing when the same object was concurrently passed to listeners. There is no point to reuse the instance.
#992