Update Alpha3 bindings status (#3116)

* Update alpha3-models.csv

* Update alpha3-bindings.csv
This commit is contained in:
Light
2023-12-11 21:34:34 +11:00
committed by GitHub
parent 85fc3a3af6
commit 43c4966873
2 changed files with 12 additions and 12 deletions
+6 -6
View File
@@ -1,7 +1,7 @@
Scenario,Windows,Mac,Linux,WSL
Same package," "," "," "
Different package," "," "," "
Different package with same name," "," "," "
Containing another struct from same package," "," "," "
Containing another struct from different package," "," "," "
Containing an anonymous struct," "," "," "
Same package," "," "," "," "
Different package," "," "," "," "
Different package with same name," "," "," "," "
Containing another struct from same package," "," "," "," "
Containing another struct from different package," "," "," "," "
Containing an anonymous struct," "," "," "," "
1 Scenario Windows Mac Linux WSL
2 Same package
3 Different package
4 Different package with same name
5 Containing another struct from same package
6 Containing another struct from different package
7 Containing an anonymous struct
+6 -6
View File
@@ -1,7 +1,7 @@
Scenario,Windows,Mac,Linux,WSL
Class model for struct in same package," "," "," "
Class model for struct in different package," "," "," "
Interface model for struct in same package," "," "," "
Interface model for struct in different package," "," "," "
Enum in same package," "," "," "
Enum in different package," "," "," "
Class model for struct in same package," "," "," "," "
Class model for struct in different package," "," "," "," "
Interface model for struct in same package," "," "," "," "
Interface model for struct in different package," "," "," "," "
Enum in same package," "," "," "," "
Enum in different package," "," "," "," "
1 Scenario Windows Mac Linux WSL
2 Class model for struct in same package
3 Class model for struct in different package
4 Interface model for struct in same package
5 Interface model for struct in different package
6 Enum in same package
7 Enum in different package