-
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
Use C++ concepts for edm::Ptr #45770
Conversation
Used to improve handling of constructors for edm::Ptr's related to other types.
please test |
cms-bot internal usage |
please test |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-45770/41483 |
A new Pull Request was created by @Dr15Jones for master. It involves the following packages:
@Dr15Jones, @makortel, @smuzaffar can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
-1 Failed Tests: UnitTests RelVals-INPUT Unit TestsI found 8 errors in the following unit tests: ---> test SubmitPVsplit had ERRORS ---> test SubmitPVrbr had ERRORS ---> test createDBObjects had ERRORS and more ... RelVals-INPUTThe relvals timed out after 4 hours.
Expand to see more relval errors ...Comparison SummarySummary:
|
+core |
This pull request is fully signed and it will be integrated in one of the next master IBs (but tests are reportedly failing). This pull request will now be reviewed by the release team before it's merged. @sextonkennedy, @rappoccio, @mandrenguyen, @antoniovilela (and backports should be raised in the release meeting by the corresponding L2) |
ignore tests-rejected with ib-failure |
+1 |
+1 |
PR description:
Used to improve handling of constructors for edm::Ptr's related to other types.
PR validation:
The code compiles and the relevant unit test passes.