@@ -1230,7 +1230,7 @@ index e9fb8a0f3f9..a48a43b86f8 100644
12301230- badRange-string-multi.chpl:2: error: param for-loops defined using bounds of type 'string' are not currently supported
12311231+ badRange-string-multi.chpl:2: error: Ranges defined using bounds of type 'string' are not currently supported
12321232diff --git a/test/types/range/lydia/badRange-string-stride.good b/test/types/range/lydia/badRange-string-stride.good
1233- index b6cfc59548d..68b04350688 100644
1233+ index b6cfc59548d..6765d8b28c0 100644
12341234--- a/test/types/range/lydia/badRange-string-stride.good
12351235+++ b/test/types/range/lydia/badRange-string-stride.good
12361236@@ -1,2 +1,19 @@
@@ -1240,7 +1240,7 @@ index b6cfc59548d..68b04350688 100644
12401240+ $CHPL_HOME/modules/internal/ChapelRange.chpl:2279: error: unable to resolve call to 'numBits': no matching candidates
12411241+ $CHPL_HOME/modules/standard/Types.chpl:804: note: the following candidate didn't match because the 'where' clause evaluated to 'false'
12421242+ $CHPL_HOME/modules/standard/Types.chpl:802: note: the following candidate didn't match because the 'where' clause evaluated to 'false'
1243- + $CHPL_HOME/modules/internal/ChapelRange.chpl:2279: note: omitting 43 more candidates that didn't match
1243+ + $CHPL_HOME/modules/internal/ChapelRange.chpl:2279: note: omitting 13 more candidates that didn't match
12441244+ $CHPL_HOME/modules/internal/ChapelRange.chpl:2279: error: cannot return it with provided return intent
12451245+ $CHPL_HOME/modules/internal/ChapelRange.chpl:2300: In function 'chpl_range_check_stride':
12461246+ $CHPL_HOME/modules/internal/ChapelRange.chpl:2308: error: Cannot establish type for call expression
@@ -1249,7 +1249,7 @@ index b6cfc59548d..68b04350688 100644
12491249+ $CHPL_HOME/modules/internal/ChapelRange.chpl:2369: error: unable to resolve call to 'chpl_strideProduct': no matching candidates
12501250+ $CHPL_HOME/modules/internal/ChapelRange.chpl:805: note: the following candidate didn't match because an actual couldn't be passed to a formal
12511251+ $CHPL_HOME/modules/internal/ChapelRange.chpl:802: note: the following candidate didn't match because an actual couldn't be passed to a formal
1252- + $CHPL_HOME/modules/internal/ChapelRange.chpl:2369: note: omitting 4 more candidates that didn't match
1252+ + $CHPL_HOME/modules/internal/ChapelRange.chpl:2369: note: omitting 1 more candidates that didn't match
12531253 badRange-string-stride.chpl:1: In function 'main':
12541254- badRange-string-stride.chpl:2: error: Range stride must be an int
12551255+ badRange-string-stride.chpl:2: error: Cannot establish type for call expression
@@ -2951,7 +2951,7 @@ index 19c22ac3ef0..e9ce7bc85e7 100644
29512951+ $CHPL_HOME/modules/internal/ChapelTuple.chpl:266: error: invalid access of non-homogeneous tuple by runtime value
29522952+ forallHetTuple.chpl:17: error: cannot iterate over a value of type '(int(64), real(64), string, R)'
29532953diff --git a/test/types/tuple/heterogeneous/loops/hetTupleOfTupleLoop.good b/test/types/tuple/heterogeneous/loops/hetTupleOfTupleLoop.good
2954- index ff86252d723..5d1faea1c97 100644
2954+ index ff86252d723..eaa3867558c 100644
29552955--- a/test/types/tuple/heterogeneous/loops/hetTupleOfTupleLoop.good
29562956+++ b/test/types/tuple/heterogeneous/loops/hetTupleOfTupleLoop.good
29572957@@ -1 +1,7 @@
@@ -2960,7 +2960,7 @@ index ff86252d723..5d1faea1c97 100644
29602960+ $CHPL_HOME/modules/standard/IO.chpl:nnnn: error: unable to resolve call to 'serialize': no matching candidates
29612961+ $CHPL_HOME/modules/standard/ChapelIO.chpl:nnnn: note: the following candidate didn't match because an actual couldn't be passed to a formal
29622962+ $CHPL_HOME/modules/standard/ChapelIO.chpl:nnnn: note: the following candidate didn't match because an actual couldn't be passed to a formal
2963- + $CHPL_HOME/modules/standard/IO.chpl:nnnn: note: omitting 39 more candidates that didn't match
2963+ + $CHPL_HOME/modules/standard/IO.chpl:nnnn: note: omitting 12 more candidates that didn't match
29642964+ $CHPL_HOME/modules/standard/IO.chpl:nnnn: In method '_serializeOne':
29652965+ $CHPL_HOME/modules/standard/IO.chpl:nnnn: error: unable to resolve call to '=': no matching candidates
29662966diff --git a/test/types/tuple/heterogeneous/loops/hetTupleOfTupleLoop.prediff b/test/types/tuple/heterogeneous/loops/hetTupleOfTupleLoop.prediff
@@ -3621,7 +3621,7 @@ index 5ce07a732d0..7a6de111ccf 100644
36213621+ void-formal-3.chpl:8: error: unable to resolve call to 'f': no matching candidates
36223622+ void-formal-3.chpl:5: note: the following candidate didn't match because an actual couldn't be passed to a formal
36233623diff --git a/test/types/void/void-promote.good b/test/types/void/void-promote.good
3624- index e5ff071a0fb..89e6fef10d0 100644
3624+ index e5ff071a0fb..2e4a191ce47 100644
36253625--- a/test/types/void/void-promote.good
36263626+++ b/test/types/void/void-promote.good
36273627@@ -1 +1,51 @@
@@ -3664,7 +3664,7 @@ index e5ff071a0fb..89e6fef10d0 100644
36643664+ $CHPL_HOME/modules/standard/IO.chpl:nnnn: error: unable to resolve call to 'serialize': no matching candidates
36653665+ $CHPL_HOME/modules/standard/ChapelIO.chpl:nnnn: note: the following candidate didn't match because an actual couldn't be passed to a formal
36663666+ $CHPL_HOME/modules/standard/ChapelIO.chpl:nnnn: note: the following candidate didn't match because an actual couldn't be passed to a formal
3667- + $CHPL_HOME/modules/standard/IO.chpl:nnnn: note: omitting 96 more candidates that didn't match
3667+ + $CHPL_HOME/modules/standard/IO.chpl:nnnn: note: omitting 13 more candidates that didn't match
36683668+ $CHPL_HOME/modules/standard/IO.chpl:nnnn: In method '_serializeOne':
36693669+ $CHPL_HOME/modules/standard/IO.chpl:nnnn: error: unable to resolve call to '=': no matching candidates
36703670+ $CHPL_HOME/modules/internal/DefaultRectangular.chpl:nnnn: In function 'recursiveArrayReaderWriter':
0 commit comments