pmix / pmix-standard

PMIx Standard Document
https://pmix.org
Other
22 stars 22 forks source link

import v4.2 changelog; populate v5.1 changelog with already voted-in items #514

Open abouteiller opened 2 weeks ago

abouteiller commented 2 weeks ago

Update master revision history

closes: #513

abouteiller commented 2 weeks ago

We have an unexpected difficulty: we deprecated some attributes and constants twice (in 5.0, and again in 4.2). This causes our automated checker to fail (because it verifies that we indeed deprecate and remove things only once, see check-attr-refs.py

We may have to special-case the checker to not complain about these instances :(