[Chapel Merge] Remove deprecated version of array.indices that ju

Branch: refs/heads/main
Revision: c7fb8ef
Author: bradcray
Link: Remove deprecated version of array.indices that just returned the domain by bradcray · Pull Request #19396 · chapel-lang/chapel · GitHub
Log Message:

Merge pull request #19396 from bradcray/remove-arr-indices-rets-domain

Remove deprecated version of array.indices that just returned the domain

[reviewed by @stonea ]

This continues the work of #18274 by removing the version of
array.indices that simply returns the domain, documenting the new
array.indices routines, and deprecating the temporary config param
that was used to opt into the new/current behavior ahead of time.

Modified Files:
A test/deprecated/arrayIndicesAlwaysLocal.chpl

A test/deprecated/arrayIndicesAlwaysLocal.compopts
A test/deprecated/arrayIndicesAlwaysLocal.good
R test/deprecated/arrayIndices.chpl
R test/deprecated/arrayIndices.good
R test/distributions/robust/arithmetic/trivial/test_dot_dims.compopts
R test/types/collections/arrIndicesAreCopy.compopts
R test/types/collections/arrIndicesAreLoc.compopts
R test/types/collections/indices.compopts
M modules/internal/ChapelArray.chpl

Compare: https://github.com/chapel-lang/chapel/compare/e3c95d318363...c7fb8efde72b