[Chapel Merge] Revert #18930 "switch targetLocales to parenless"

Branch: refs/heads/main
Revision: f4fd786
Author: vasslitvinov
Link: Revert #18930 "switch targetLocales to parenless" by vasslitvinov · Pull Request #19430 · chapel-lang/chapel · GitHub
Log Message:

Merge pull request #19430 from vasslitvinov/revert-targetLocales-parenless

Revert #18930 "switch targetLocales to parenless"

This reverts #18930, based on the discussion in #18470.
{array,domain,distribution}.targetLocales is now back to parenthesized.

r: @dlongnecke-cray

Modified Files:
R test/deprecated/targetLocales.chpl

R test/deprecated/targetLocales.good
M compiler/resolution/preFold.cpp
M modules/internal/ChapelArray.chpl
M modules/internal/ChapelDomain.chpl
M modules/packages/HDF5.chpl
M modules/packages/ReplicatedVar.chpl
M modules/packages/Sort.chpl
M test/arrays/ferguson/default-rectangular-targetlocales.chpl
M test/arrays/localQueries/testDROnRemoteLocale.chpl
M test/arrays/slices/localSliceDRSlice.chpl
M test/arrays/userAPI/arrayAPItest.chpl
M test/arrays/userAPI/assocArrayAPItest.chpl
M test/distributions/bharshbarg/subQuery.chpl
M test/distributions/block/remoteOwnership.chpl
M test/distributions/cyclic/remoteOwnership.chpl
M test/distributions/dm/testUserAPI.good
M test/distributions/replicated/testUserAPI.prediff
M test/distributions/stencil/remoteOwnership.chpl
M test/domains/userAPI/domainAPItest.chpl
M test/domains/userAPI/test2Ddomain.good
M test/domains/userAPI/testEnumDomain.good
M test/io/diten/checkpoint.chpl
M test/library/packages/Sort/RadixSort/ips4o-like.chpl
M test/release/examples/primers/distributions.chpl
M test/studies/cholesky/jglewis/version2/elemental/block_distribution/elemental_cholesky_symmetric_index_ranges_block.chpl
M test/studies/cholesky/jglewis/version2/elemental/elemental_cholesky_symmetric_index_ranges.chpl
M test/studies/cholesky/jglewis/version2/elemental/elemental_cholesky_symmetric_index_ranges_alt.chpl
M test/studies/cholesky/jglewis/version2/elemental/fully_blocked/elemental_cholesky_fully_blocked.chpl
M test/studies/cholesky/jglewis/version2/elemental/strided/elemental_cholesky_symmetric_strided.chpl
M test/studies/cholesky/jglewis/version2/elemental/unsymmetric_indices/elemental_cholesky_unsymmetric_index_ranges.chpl
M test/studies/comd/llnl/CoMD.chpl
M test/studies/hpcc/PTRANS/jglewis/ptrans_2011-blkcyc.chpl
M test/studies/hpcc/PTRANS/jglewis/ptrans_2011.chpl
M test/studies/prk/DGEMM/SUMMA/dgemm.chpl
M test/studies/ssca2/main/SSCA2_Modules/io_RMAT_graph.chpl
M test/studies/stencil9/stencil9-explicit.chpl
M test/users/npadmana/npb-mg/mg.chpl

Compare: https://github.com/chapel-lang/chapel/compare/f888bb334a04...f4fd786c0e49