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

temporarily remove C# variants runtime test #963

Merged
merged 1 commit into from
Jun 3, 2024

Conversation

dicej
Copy link
Collaborator

@dicej dicej commented Jun 3, 2024

Despite earlier efforts to tame the dreaded "return pointer not aligned" issue, it's still happening, even though generated code appears to be correct (e.g. using ulong for 64-bit alignment). I'm removing that test until we get to the bottom of it.

Despite earlier efforts to tame the dreaded "return pointer not aligned" issue,
it's still happening, even though generated code appears to be correct
(e.g. using `ulong` for 64-bit alignment).  I'm removing that test until we get
to the bottom of it.

Signed-off-by: Joel Dice <joel.dice@fermyon.com>
Copy link
Collaborator

@jsturtevant jsturtevant left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@jsturtevant jsturtevant mentioned this pull request Jun 3, 2024
38 tasks
Copy link
Member

@alexcrichton alexcrichton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@alexcrichton alexcrichton added this pull request to the merge queue Jun 3, 2024
Merged via the queue into bytecodealliance:main with commit 3ca7739 Jun 3, 2024
12 checks passed
dicej added a commit to dicej/wit-bindgen that referenced this pull request Jul 2, 2024
…ce#963)"

This reverts commit 3ca7739.

As of dotnet/runtimelab#2609, the "return pointer not
aligned" issue which forced us to remove the C# `variants` runtime test case
_should_ be resolved. 🤞

Signed-off-by: Joel Dice <joel.dice@fermyon.com>
dicej added a commit to dicej/wit-bindgen that referenced this pull request Jul 8, 2024
…ce#963)"

This reverts commit 3ca7739.

As of dotnet/runtimelab#2609, the "return pointer not
aligned" issue which forced us to remove the C# `variants` runtime test case
_should_ be resolved. 🤞

Signed-off-by: Joel Dice <joel.dice@fermyon.com>
github-merge-queue bot pushed a commit that referenced this pull request Jul 8, 2024
* Revert "temporarily remove C# `variants` runtime test (#963)"

This reverts commit 3ca7739.

As of dotnet/runtimelab#2609, the "return pointer not
aligned" issue which forced us to remove the C# `variants` runtime test case
_should_ be resolved. 🤞

Signed-off-by: Joel Dice <joel.dice@fermyon.com>

* update C# variants test to match latest code generator

Signed-off-by: Joel Dice <joel.dice@fermyon.com>

---------

Signed-off-by: Joel Dice <joel.dice@fermyon.com>
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.

3 participants