Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(C#) - Basic types, Lists, Results & Variants #807

Merged
merged 62 commits into from
Mar 30, 2024

Conversation

silesmo
Copy link
Member

@silesmo silesmo commented Jan 7, 2024

Adds in support the following types:

  • Lists
  • Results
  • Variants
    Also converts the C# option type to use generics as it caused issues where the same option type could be generated multiple times before.

We still seem to have an issue with return pointer alignment that will be addressed in a separate PR.

Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
Timmy Silesmo and others added 6 commits February 18, 2024 22:04
…urn area size/alignment

Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
@silesmo silesmo requested review from yowl and removed request for pavelsavara March 2, 2024 06:09
@silesmo silesmo mentioned this pull request Mar 2, 2024
38 tasks
crates/csharp/src/lib.rs Outdated Show resolved Hide resolved
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
crates/csharp/src/lib.rs Outdated Show resolved Hide resolved
crates/csharp/src/lib.rs Outdated Show resolved Hide resolved
crates/csharp/src/lib.rs Outdated Show resolved Hide resolved
jsturtevant and others added 5 commits March 11, 2024 15:06
Co-authored-by: yowl <scott.waye@hubse.com>
Co-authored-by: yowl <scott.waye@hubse.com>
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
@jsturtevant jsturtevant enabled auto-merge March 29, 2024 16:40
@jsturtevant jsturtevant added this pull request to the merge queue Mar 29, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Mar 29, 2024
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
@jsturtevant jsturtevant enabled auto-merge March 29, 2024 23:57
@jsturtevant jsturtevant added this pull request to the merge queue Mar 30, 2024
Merged via the queue into bytecodealliance:main with commit 42f01a6 Mar 30, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants