-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Move commons.h to DataFormats/HGCalReco to break cyclic dep #45208
Conversation
cms-bot internal usage |
@felicepantaleo , your PR #44785 had introduced this dependency. please feel free to propose a better change ( e.g. move |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-45208/40559
|
A new Pull Request was created by @smuzaffar for master. It involves the following packages:
@rvenditti, @nothingface0, @antoniovagnerini, @tjavaid, @cmsbuild, @subirsarkar, @jfernan2, @syuvivida, @mandrenguyen, @srimanob can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
Thanks @smuzaffar DataFormats/HGCalReco is a good location. |
@cmsbuild please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-9bdfeb/39857/summary.html Comparison SummarySummary:
|
hold @felicepantaleo , there is already DataFormats/HGCalReco/interface/Common.h , Any objections on merging both DataFormats/HGCalReco/interface/Common.h and DataFormats/HGCalReco/interface/commons.h ? |
Pull request has been put on hold by @smuzaffar |
@smuzaffar Since there is already a PR fixing pending stuff in TICLv5, maybe we can make the fix you propose here #45215 and close this PR so that we avoid conflicts, rebase, and retriggering of tests. |
-1 Failed Tests: RelVals-INPUT RelVals-INPUTComparison SummarySummary:
|
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-9bdfeb/39869/summary.html Comparison SummarySummary:
|
+1 |
@cms-sw/dqm-l2 @cms-sw/upgrade-l2 can you please review this PR . This should fix the cyclic source level dependency between |
unhold |
+1 |
+Upgrade |
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. @sextonkennedy, @rappoccio, @antoniovilela (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
This PR proposes to move
RecoHGCal/TICL/interface/commons.h
toDataFormats/HGCalReco/interface/commons.h
to break the cyclic dependency.RecoHGCal/TICL
dependsDataFormats/HGCalReco
via [a]. Moving thecommons.h
in toDataFormats/HGCalReco
break the cyclic deps and should also fix the FWLite build errors [b] asRecoHGCal/TICL
is not part of fwlite build[a]
[b]