-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Channel direction is now accounted for in collecting mismatch data for channel type. Array size is similarly accounted for in array type. Added a CHECK to ensure we satisfy this for implementations on all types. * As such, channel and array types now properly report as mismatched elements within a parent type, e.g. in a return tuple, instead of "Mismatched element types: <empty>". * Matching aggregate types within tuples/structs now format with comma delimiters, instead of `((uN[1], uN[1])(uN[1], uN[1])`, i.e. without a separator. Fixes #1392. PiperOrigin-RevId: 664961917
- Loading branch information
1 parent
24d61a0
commit f685331
Showing
5 changed files
with
137 additions
and
20 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
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