-
Notifications
You must be signed in to change notification settings - Fork 423
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17554 from dlongnecke-cray/futurize-list-append-t…
…ests Futurize lifetime checker tests for list that broke after #17510 (#17554) In #17510 the return type of `list.append()` was changed from `void` to `int`. Testing for that effort revealed that several lifetime tests for `list.append()` were failing due to a bug with the lifetime checker. Until the bug is fixed, futurize these tests. Signed-off-by: David Longnecker <[email protected]>
- Loading branch information
Showing
8 changed files
with
8 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Lifetime errors for list.append() stopped firing after its return type | ||
was changed to int in #17510. |
Empty file.
2 changes: 2 additions & 0 deletions
2
test/library/standard/List/classLists/listAppendBorrow.future
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Lifetime errors for list.append() stopped firing after its return type | ||
was changed to int in #17510. |
Empty file.
2 changes: 2 additions & 0 deletions
2
test/library/standard/List/classLists/listAppendLifetime.future
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Lifetime errors for list.append() stopped firing after its return type | ||
was changed to int in #17510. |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Lifetime errors for list.append() stopped firing after its return type | ||
was changed to int in #17510. |