[Chapel Merge] Update futures for #20101 and #20299

Branch: refs/heads/main
Revision: 31419dc
Author: vasslitvinov
Link: Update futures for #20101 and #20299 by vasslitvinov · Pull Request #20304 · chapel-lang/chapel · GitHub
Log Message:

Merge pull request #20304 from vasslitvinov/update-futures-for-20101-20299

Update futures for #20101 and #20299

Defuturize the following test, which now works correctly thanks to #20101.
While there, add a 0-based range from the OP of #20034.

test/types/range/strided/uint-range-strided-by-int.chpl

Remove the following future, which now works correctly thanks to #20299.

test/functions/deitz/test_arg_type_is_value_error.chpl

I am removing it because it is superseded by:

test/functions/compilation-errors/value-for-arg-type.chpl

Trivial, not reviewed.

Modified Files:
R test/functions/deitz/test_arg_type_is_value_error.chpl

R test/functions/deitz/test_arg_type_is_value_error.future
R test/functions/deitz/test_arg_type_is_value_error.good
R test/types/range/strided/uint-range-strided-by-int.bad
R test/types/range/strided/uint-range-strided-by-int.future
R test/types/range/strided/uint-range-strided-by-int.prediff
M test/types/range/strided/uint-range-strided-by-int.chpl
M test/types/range/strided/uint-range-strided-by-int.good

Compare: https://github.com/chapel-lang/chapel/compare/4d97dc569281...31419dc684d6