-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6c3bd12
commit f759162
Showing
3 changed files
with
23 additions
and
23 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Scenario,Windows,Mac,Linux,WSL | ||
Same package,:material-check-bold:,:material-check-bold:," "," " | ||
Different package,:material-check-bold:,:material-check-bold:," "," " | ||
Different package with same name," "," "," "," " | ||
Containing another struct from same package,:material-check-bold:,:material-check-bold:," "," " | ||
Containing another struct from different package,:material-check-bold:,:material-check-bold:," "," " | ||
Containing an anonymous struct,:material-check-bold:,:material-check-bold:," "," " | ||
Scenario,Windows,Mac,Linux | ||
Same package,:material-check-bold:,:material-check-bold:,:material-check-bold: | ||
Different package,:material-check-bold:,:material-check-bold:,:material-check-bold: | ||
Different package with same name," "," "," " | ||
Containing another struct from same package,:material-check-bold:,:material-check-bold:,:material-check-bold: | ||
Containing another struct from different package,:material-check-bold:,:material-check-bold:,:material-check-bold: | ||
Containing an anonymous struct,:material-check-bold:,:material-check-bold:,:material-check-bold: |
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Scenario,Windows,Mac,Linux,WSL | ||
Same package,:material-check-bold:,:material-check-bold:," "," " | ||
Different package,:material-check-bold:,:material-check-bold:," "," " | ||
Different package with same name," "," "," "," " | ||
Containing another struct from same package,:material-check-bold:,:material-check-bold:," "," " | ||
Containing another struct from different package,:material-check-bold:,:material-check-bold:," "," " | ||
Containing an anonymous struct,:material-check-bold:,:material-check-bold:," "," " | ||
Scenario,Windows,Mac,Linux | ||
Same package,:material-check-bold:,:material-check-bold:,:material-check-bold: | ||
Different package,:material-check-bold:,:material-check-bold:,:material-check-bold: | ||
Different package with same name," "," "," " | ||
Containing another struct from same package,:material-check-bold:,:material-check-bold:,:material-check-bold: | ||
Containing another struct from different package,:material-check-bold:,:material-check-bold:,:material-check-bold: | ||
Containing an anonymous struct,:material-check-bold:,:material-check-bold:,:material-check-bold: |
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
Scenario,Windows,Mac,Linux,WSL | ||
Class model for struct in same package,:material-check-bold:,:material-check-bold:," "," " | ||
Class model for struct in different package,:material-check-bold:,:material-check-bold:," "," " | ||
Interface model for struct in same package,:material-check-bold:,:material-check-bold:," "," " | ||
Interface model for struct in different package,:material-check-bold:,:material-check-bold:," "," " | ||
Enum in same package,:material-check-bold:,:material-check-bold:," "," " | ||
Enum in different package,:material-check-bold:,:material-check-bold:," "," " | ||
Interface using enum in same package,:material-check-bold:,:material-check-bold:," "," " | ||
Interface using enum in different package,:material-check-bold:,:material-check-bold:," "," " | ||
Scenario,Windows,Mac,Linux | ||
Class model for struct in same package,:material-check-bold:,:material-check-bold:,:material-check-bold: | ||
Class model for struct in different package,:material-check-bold:,:material-check-bold:,:material-check-bold: | ||
Interface model for struct in same package,:material-check-bold:,:material-check-bold:,:material-check-bold: | ||
Interface model for struct in different package,:material-check-bold:,:material-check-bold:,:material-check-bold: | ||
Enum in same package,:material-check-bold:,:material-check-bold:,:material-check-bold: | ||
Enum in different package,:material-check-bold:,:material-check-bold:,:material-check-bold: | ||
Interface using enum in same package,:material-check-bold:,:material-check-bold:,:material-check-bold: | ||
Interface using enum in different package,:material-check-bold:,:material-check-bold:,:material-check-bold: | ||
|