-
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
Remove edmAddClassVersion
script as obsolete
#45584
Conversation
cms-bot internal usage |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-45584/41087 |
A new Pull Request was created by @makortel for master. It involves the following packages:
@Dr15Jones, @cmsbuild, @makortel, @smuzaffar can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@smuzaffar @Dr15Jones Any objections? |
@cmsbuild, please test (a bit pointless, but anyway) |
What does |
On a quick look the main difference seems to be that I think we should add similar check (non-template-instantiations to have a class version) to our tests. I was first thinking to make this "new non-template class added, should start version number from 3" as part of the policy checks done by the |
So maybe the |
+1 Size: This PR adds an extra 16KB to repository Comparison SummarySummary:
|
@makortel , no objections on dropping |
This is my impression as well |
Comparison differences are related to #45505 |
+core |
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, @antoniovilela, @rappoccio, @mandrenguyen (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
I was starting to look into moving
edmAddClassVersion
toFWCore/Reflection
, adding tests, and updating it to use the common facilities as a follow-up to #45423. Then I noticed the script tries to usegccxml
, viascram tool info gccxml
. Scram does not provide such a tool, and therefore the script can not function. (digging from history it was removed in cms-sw/cmsdist#1581, so maybe the script has been obsolete since we moved to ROOT6?)Given the present situation I'd just remove the script.
Resolves cms-sw/framework-team#972
PR validation:
I checked with
git grep
that nothing in CMSSW itself refers toedmAddClassVersion
. I search in thecms-sw
GitHub organization and found nothing referring to it (beyond the code itself in three copies of the framework), whereas search foredmCheckClassVersion
shows many hits.Twiki search shows a reference in https://twiki.cern.ch/twiki/bin/view/CMSPublic/SWGuideCreatingNewProducts#Class_versioning, which I'll update.