Skip to content

Commit

Permalink
Update alpha.3 support table
Browse files Browse the repository at this point in the history
  • Loading branch information
leaanthony committed Jan 7, 2024
1 parent 07421ea commit 3dff6c6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
10 changes: 5 additions & 5 deletions mkdocs-website/shared/alpha3-bindings-callbyid.csv
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Scenario,Windows,Mac,Linux,WSL
Same package,:material-check-bold:," "," "," "
Different package,:material-check-bold:," "," "," "
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:," "," "," "
Containing another struct from different package,:material-check-bold:," "," "," "
Containing an anonymous struct,:material-check-bold:," "," "," "
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:," "," "
10 changes: 5 additions & 5 deletions mkdocs-website/shared/alpha3-bindings-callbyname.csv
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Scenario,Windows,Mac,Linux,WSL
Same package,:material-check-bold:," "," "," "
Different package,:material-check-bold:," "," "," "
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:," "," "," "
Containing another struct from different package,:material-check-bold:," "," "," "
Containing an anonymous struct,:material-check-bold:," "," "," "
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:," "," "
16 changes: 8 additions & 8 deletions mkdocs-website/shared/alpha3-models.csv
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:," "," "," "
Class model for struct in different package,:material-check-bold:," "," "," "
Interface model for struct in same package,:material-check-bold:," "," "," "
Interface model for struct in different package,:material-check-bold:," "," "," "
Enum in same package,:material-check-bold:," "," "," "
Enum in different package,:material-check-bold:," "," "," "
Interface using enum in same package,:material-check-bold:," "," "," "
Interface using enum in different package,:material-check-bold:," "," "," "
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:," "," "

0 comments on commit 3dff6c6

Please sign in to comment.