Skip to content
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

Fix two attribute references. #304

Merged
merged 4 commits into from Nov 4, 2020
Merged

Fix two attribute references. #304

merged 4 commits into from Nov 4, 2020

Conversation

jjhursey
Copy link
Member

@jjhursey jjhursey commented Nov 2, 2020

  • PMIX_LOCALITY already marked as deprecated in text.
  • Only declare PMIX_SERVER_SCHEDULER once. Consolidate the definition.
  • Fixes Fix multiple declarations #264

@jjhursey jjhursey added this to the PMIx v4 Standard milestone Nov 2, 2020
@jjhursey jjhursey requested a review from rhc54 November 2, 2020 19:37
@jjhursey jjhursey linked an issue Nov 2, 2020 that may be closed by this pull request
 * `PMIX_LOCALITY` is already in the v4 deprecation list
 * Only declare `PMIX_SERVER_SCHEDULER` once. Consolidate the definition.
 * Fixes pmix#264

Signed-off-by: Joshua Hursey <jhursey@us.ibm.com>
Signed-off-by: Joshua Hursey <jhursey@us.ibm.com>
@jjhursey
Copy link
Member Author

jjhursey commented Nov 3, 2020

Ok. I'm done futzing with this. It is ready to go.

The first commit addresses the issue with the two attribute declarations. The other commits adjust the "make check" so that it (1) correctly identifies deprecated then removed items, and (2) adds the "make check-decl" to the default checks when someone does a "make".

Signed-off-by: Joshua Hursey <jhursey@us.ibm.com>
Signed-off-by: Joshua Hursey <jhursey@us.ibm.com>
@jjhursey
Copy link
Member Author

jjhursey commented Nov 3, 2020

Ok I fixed the Python3 issues. @rhc54 this is ready for review.

@rhc54 rhc54 merged commit 220d69c into pmix:v4 Nov 4, 2020
@jjhursey jjhursey deleted the fix-264 branch November 5, 2020 14:30
@jjhursey jjhursey mentioned this pull request Nov 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix multiple declarations
2 participants