-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Run3-gex126A Try to resolve compilation warnings in RecoParticleFlow/PFProducer #37399
Conversation
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-37399/29059
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-37399/29063
|
A new Pull Request was created by @bsunanda (Sunanda Banerjee) for master. It involves the following packages:
@jpata, @cmsbuild, @clacaputo, @slava77 can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@cmsbuild Please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-d6e693/23499/summary.html Comparison SummarySummary:
|
Are these modules in /test/ in fact abandoned? I can't tell if they are being called anywhere. @laurenhay @cms-sw/pf-l2. @bsunanda were you able to test the changes (beyond the fact that it compiles)? |
@jpata I came across this compilation warning while I was editing a Geometry package and did checkdeps and build. It is annoying to see compilation warning. So I fixed it so that the warning goes away. I did not bother to test its functionality. Just ran the standard tests which may or may not cover this. If you think these corrections are redundant I can delete those classes. But I thought it is safer to remove the warnings and let others decide about the future of these classes |
When you say runTheMatrix tests do you mean: |
@laurenhay did you get any feedback from the groups if this code is still used? |
@jpata Yes I asked around and as far as anyone knows in PF it is not being used. We think it's safe to remove these from the repository (of course they'll still exist in version control in the event a user of the code materializes). |
Thank you @laurenhay. Just adding that I haven't seen these being used either. |
@jpata @laurenhay @hatakeyamak So instead of fixing the two classes, let me then delete them in this PR. Hope you agree |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-37399/29375 |
Pull request #37399 was updated. @jpata, @cmsbuild, @clacaputo, @slava77 can you please check and sign again. |
@cmsbuild Please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-d6e693/23983/summary.html Comparison SummarySummary:
|
+reconstruction
|
This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @perrotta, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
type pf |
+1 |
PR description:
Try to resolve compilation warnings in RecoParticleFlow/PFProducer
PR validation:
Use the runTheMatrix test workflows
if this PR is a backport please specify the original PR and why you need to backport that PR:
Nothing special