-
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
Utilities/StaticAnalyzers: Update generation of EventSetupRecord::get report. #34389
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-34389/23781
|
A new Pull Request was created by @gartung (Patrick Gartung) for master. It involves the following packages: Utilities/StaticAnalyzers (core) @makortel, @smuzaffar, @cmsbuild, @Dr15Jones can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-34389/23802
|
Pull request #34389 was updated. @makortel, @smuzaffar, @cmsbuild, @Dr15Jones can you please check and sign again. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-34389/23805
|
Pull request #34389 was updated. @makortel, @smuzaffar, @cmsbuild, @Dr15Jones can you please check and sign again. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-34389/23818
|
Pull request #34389 was updated. @makortel, @smuzaffar, @cmsbuild, @Dr15Jones can you please check and sign again. |
Use module to package mapping from Circles packages.json commit c500be747024bda314423c91a5b536d0e81e1c37 Author: Patrick Gartung <[email protected]> Date: Wed Jul 14 21:40:21 2021 +0200 Make edm:: optional for DQMOneEDAnalyzer commit 7db7bca Author: Patrick Gartung <[email protected]> Date: Wed Jul 14 20:24:01 2021 +0200 Remove top function part of baseclass regex commit c218b2f Author: Patrick Gartung <[email protected]> Date: Wed Jul 14 20:19:01 2021 +0200 Remove PFTauPrimaryVertexProducerBase from modules_in_ib.txt commit 74b8a5a Author: Patrick Gartung <[email protected]> Date: Wed Jul 14 20:01:35 2021 +0200 edm:: should always be first namespace of edm base classes. Add optional virtual to base functions. Add impl::RunWatcher impl::RunCacheHolder commit ca3787e Author: Patrick Gartung <[email protected]> Date: Wed Jul 14 18:33:51 2021 +0200 Remove debug prints. Baseclass regex include function. commit 58f0b7a Author: Patrick Gartung <[email protected]> Date: Wed Jul 14 18:04:40 2021 +0200 Remove modules that appear with namespace prefix commit ed74b9f Author: Patrick Gartung <[email protected]> Date: Wed Jul 14 02:00:27 2021 +0200 Add PFTauPrimaryVertexProducerBase to modules_in_ib.txt commit 3db470e Author: Patrick Gartung <[email protected]> Date: Wed Jul 14 01:36:51 2021 +0200 Only match ESR::get with string as first arg commit bae666a Author: Patrick Gartung <[email protected]> Date: Wed Jul 14 01:22:58 2021 +0200 Add \b to module name search expression to avoid partial name matches commit 272f14c Author: Patrick Gartung <[email protected]> Date: Fri Jul 9 21:26:22 2021 +0200 Remove duplicate keys commit da185fa Author: Patrick Gartung <[email protected]> Date: Fri Jul 9 05:33:43 2021 +0200 Skip get call with const char *, edm:ESHandle<> args commit a3b3a75 Author: Patrick Gartung <[email protected]> Date: Fri Jul 9 00:45:07 2021 +0200 Update regex. Make yaml fields inf wide. commit bd905cd Author: Patrick Gartung <[email protected]> Date: Thu Jul 8 23:01:51 2021 +0200 Account for ESTransientHandle commit 6df3623 Author: Patrick Gartung <[email protected]> Date: Thu Jul 8 22:55:03 2021 +0200 Remove module duplicates. Use more general regex for ESRget commit 6b960a7 Author: Patrick Gartung <[email protected]> Date: Thu Jul 8 16:58:45 2021 +0200 Remove debug print statement. commit b0b4daa Author: Patrick Gartung <[email protected]> Date: Thu Jul 8 16:31:19 2021 +0200 Add modules with namespace prefix. Update static analyzer script. commit 8bbe5bf Author: Patrick Gartung <[email protected]> Date: Wed Jul 7 21:12:36 2021 +0200 Check if the module is in modules_in_ib.txt commit 533e372 Author: Patrick Gartung <[email protected]> Date: Wed Jul 7 20:47:05 2021 +0200 Utilities/StaticAnayzers: Update script for generating ESR::get report. Update regex used for finding top level functions and ESR::get function calls. Update module_to_package.yaml with mapping used in circles graph
81f7caa
to
5246a91
Compare
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-34389/23994
|
Pull request #34389 was updated. @makortel, @smuzaffar, @cmsbuild, @Dr15Jones can you please check and sign again. |
@cmsbuild, please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-15cdd0/16864/summary.html Comparison SummarySummary:
|
+1 |
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. @silviodonato, @dpiparo, @qliphy, @perrotta (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
Update script for generating ESR::get report.
Update regex used for finding top level functions and ESR::get function calls.
Update module_to_package.yaml with mapping used in circles graph
Check if the module is in modules_in_ib.txt
Verified that report generated by the script has expected modules in it.