-
Notifications
You must be signed in to change notification settings - Fork 16
Deprecate MyPair
#151
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
base: master
Are you sure you want to change the base?
Deprecate MyPair
#151
Conversation
|
Thank you @Sichao25. Before this can be merged we need to check that GITRm, XGCm, COMET, and PUMI-Tally aren't using this interface. You should have access to the GITRm and XGCm repos. I'm not sure about PUMI-Tally. @zhangchonglin Would you please grep for |
|
Thank you @cwsmith, @Sichao25. Comet is not using |
|
I was thinking we could start with the ``[[deprecated]]` attribute, but if we can confirm that none of the downstream applications make use of this I'm fine with completely removing it. |
|
|
|
No I do not use it in GITRm |
cwsmith
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Given that we are changing the API (albeit an apparently unused portion), I think we should increase the major version number in CMakeLists.txt. Thoughts?
I agree. |
|
@Sichao25 I think as soon as you bump the version number in the |
Deprecated the
MyPairstruct, which is not used in any current functionality.Kokkos::pairis preferred for any scenarios requiring similar data structures.