From a6bf376cf4657e79f71a7def20857b148dc41bf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bouteiller?= Date: Wed, 7 Jun 2023 15:21:01 -0400 Subject: [PATCH 1/2] Change type of key parameter to PMIx_Get_nb to match PMIx_get (i.e., pmix_key_t) --- Chap_API_Sync_Access.tex | 2 +- Chap_Revisions.tex | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Chap_API_Sync_Access.tex b/Chap_API_Sync_Access.tex index c7e9e8fd..08256fd1 100644 --- a/Chap_API_Sync_Access.tex +++ b/Chap_API_Sync_Access.tex @@ -277,7 +277,7 @@ \subsection{\code{PMIx_Get_nb}} \cspecificstart \begin{codepar} pmix_status_t -PMIx_Get_nb(const pmix_proc_t *proc, const char key[], +PMIx_Get_nb(const pmix_proc_t *proc, const pmix_key_t key, const pmix_info_t info[], size_t ninfo, pmix_value_cbfunc_t cbfunc, void *cbdata); \end{codepar} diff --git a/Chap_Revisions.tex b/Chap_Revisions.tex index 896f8801..7e8c9063 100644 --- a/Chap_Revisions.tex +++ b/Chap_Revisions.tex @@ -1304,6 +1304,14 @@ \section{Version 4.2: TBD} \item Add that using \refapi{PMIx_Info_load} with a \code{NULL} \refconst{PMIX_BOOL} data sets the value to true \end{compactitemize} +\subsection{Errata} + +The following errors were corrected in v4.2: + +\begin{compactitemize} + \item Parameter type for the key argument in \refapi{PMIx_Get_nb} has been changed to the equivalent type \refstruct{pmix_key_t} so that it is uniform with the argument in \refapi{PMIx_Get}. +\end{compactitemize} + \subsection{Deprecated constants} The following constants were deprecated in v4.2: From 0cc35b3bbb3b53b49417fa65803293283ccfb9f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bouteiller?= Date: Thu, 8 Jun 2023 17:55:16 -0400 Subject: [PATCH 2/2] Add the inclusion of an errata list to the revision history --- Chap_Revisions.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/Chap_Revisions.tex b/Chap_Revisions.tex index 7e8c9063..e42fe8e1 100644 --- a/Chap_Revisions.tex +++ b/Chap_Revisions.tex @@ -1302,6 +1302,7 @@ \section{Version 4.2: TBD} \item Add a definition for \refterm{tool} \item Clarify \refattr{PMIX_CMD_LINE} in \refapi{PMIx_Spawn} \item Add that using \refapi{PMIx_Info_load} with a \code{NULL} \refconst{PMIX_BOOL} data sets the value to true + \item Revision history now contains a list of errata changes \end{compactitemize} \subsection{Errata}