Branch: refs/heads/main
Revision: 4a0d764
Author: jeremiah-corrado
Link: Mark `locale.numPUs` as unstable by jeremiah-corrado · Pull Request #20551 · chapel-lang/chapel · GitHub
Log Message:
Merge pull request #20551 from jeremiah-corrado/mark-numPUs-unstable
This PR marks locale.numPUs as unstable.
This change was made based on the discussion here: `locale` module stabilization: the `numPUs` method · Issue #20445 · chapel-lang/chapel · GitHub as we may want to replace this method with an alternate interface to query hardware specs at some point in the future.
[ reviewed by @daviditen ] - Thanks!
Modified Files:
A test/unstable/locale-numPUs.chpl
A test/unstable/locale-numPUs.good
M modules/internal/ChapelLocale.chpl
Compare: https://github.com/chapel-lang/chapel/compare/b1b494ff56f5...4a0d7644f5a0