-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Specialise Handle and OrphanHandle for WrapperBase
#49449
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
Conversation
|
cms-bot internal usage |
|
This is the |
|
type ngt |
|
urgent #47504 is open since over 8 months... can we get this part merged in CMSSW 16.0.0-pre3 ? |
|
please test |
|
A new Pull Request was created by @fwyzard 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 Size: This PR adds an extra 20KB to repository Comparison SummarySummary:
|
This lets user code produce and consume collections via their wrapper, using their run time type information (e.g. type name, type id, ...) instead of the compile time types. Co-authored-by: Matti Kortelainen <[email protected]>
Co-authored-by: Matti Kortelainen <[email protected]>
44bad76 to
85c6480
Compare
|
Done, thanks for the suggestions. |
|
please test |
|
Pull request #49449 was updated. @Dr15Jones, @makortel, @smuzaffar can you please check and sign again. |
|
+1 Size: This PR adds an extra 32KB to repository Comparison SummarySummary:
|
|
Comparison differences are related to #47071 |
|
+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. @mandrenguyen, @ftenchini, @sextonkennedy (and backports should be raised in the release meeting by the corresponding L2) |
|
+1 |
PR description:
Specialise
HandleandOrphanHandleforWrapperBase: this lets user code produce and consume collections via their wrapper, using their run time type information (e.g. type name, type id, ...) instead of the compile time types.Implement a new integration test for this specialisations.
PR validation:
The new tests pass.