-
Notifications
You must be signed in to change notification settings - Fork 22
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 multiple declarations #264
Labels
Milestone
Comments
jjhursey
added a commit
to jjhursey/pmix-standard
that referenced
this issue
Nov 2, 2020
* Mark `PMIX_LOCALITY` as deprecated in text (already part of revision chapter as deprecated in v4) * Only declare `PMIX_SERVER_SCHEDULER` once. Consolidate the definition. * Fixes pmix#264 Signed-off-by: Joshua Hursey <[email protected]>
Looking at v4:
With the exception of the two below all of the above are deprecated+removed references. I fixed the two below in PR #304
With that PR we are now clean:
|
jjhursey
added a commit
to jjhursey/pmix-standard
that referenced
this issue
Nov 2, 2020
* `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 <[email protected]>
PR #304 resolved this issue. This check is now part of the normal 'make' process so CI should catch any regressions. |
jjhursey
added a commit
to jjhursey/pmix-standard
that referenced
this issue
Nov 5, 2020
* `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 <[email protected]> (cherry picked from commit 86eaecd)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PR #263 introduced a new 'make check-decl' that turned up a few multiple declaration items that need to be cleaned up.
The text was updated successfully, but these errors were encountered: