-
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
[GENERATORS] [DEVEL] Fix warnings on deprecated copy-constructors #43405
Conversation
please test for CMSSW_14_0_DEVEL_X |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-43405/37907
|
A new Pull Request was created by @smuzaffar (Malik Shahzad Muzaffar) for master. It involves the following packages:
@bbilin, @alberto-sanchez, @GurpreetSinghChahal, @mkirsano, @SiewYan, @menglu21 can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
-1 Failed Tests: RelVals AddOn RelVals
AddOn Tests
|
@makortel @Dr15Jones , any idea how to fix this. If we keep
and removing it causese runtime errors like
any idea ? [a]
|
The reason we have a dictionary generation for |
@smuzaffar Discussing with @Dr15Jones about what to do here, we think dealing with the use of |
please test |
Pull request #43405 was updated. @SiewYan, @mkirsano, @GurpreetSinghChahal, @bbilin, @alberto-sanchez, @menglu21 can you please check and sign again. |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-57fc96/36127/summary.html Comparison SummarySummary:
|
please test |
@cms-sw/generators-l2 can you please review this change? |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-57fc96/36289/summary.html Comparison SummarySummary:
|
@bbilin, @alberto-sanchez, @GurpreetSinghChahal, @mkirsano, @SiewYan, @menglu21 can you please review this. This is just atechnical change to fix the deprecated copy constructor warnings |
please test for CMSSW_14_0_DEVEL_X |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-57fc96/36344/summary.html Comparison SummarySummary:
|
@bbilin, @alberto-sanchez, @GurpreetSinghChahal, @mkirsano, @SiewYan, @menglu21 any generator L2 around to review this PR? |
@cms-sw/generators-l2 can you please review this. This is needed to fix the most of the build warnings for DEVEL IBs |
@cms-sw/orp-l2 , looks like non of @cms-sw/generators-l2 are around for last 2 weeks. This fixes the deprecated warnings issue by removing the unnecessary copy construction/operator. Can we merge this for 14.0.X |
Thanks. Yes. |
+1 |
merge |
Fixes deprecated warnings for DEVEL IBs