-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add capture checking to some standard library classes (#18192)
Convert some standard library classes to capture checking. The converted classes are represented as tests. Initially, the `Iterator` and `IterableOnce` classes are converted. UPDATE: By now, we have quite a few more, including List, ListBuffer, View, and all their super classes and traits. Also change capture checker to facilitate the conversion. The main changes are about better interop with classes that are not (yet) capture checked. Based on #18131
- Loading branch information
Showing
93 changed files
with
11,576 additions
and
171 deletions.
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.