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

Handle pointer types when converting type symbols to types #388

Merged
merged 1 commit into from
Oct 4, 2024

Conversation

jasongin
Copy link
Member

@jasongin jasongin commented Oct 4, 2024

Fixes: #387

While pointer types aren't supported by the JS marshaller, they don't get excluded until a later phase of the code-generation, so they need to be handled during the phase of converting type symbols to types.

Issue #387 occurred only inside Visual Studio because VS uses .NET Framework for compilation which has a slightly different definition of Memory<>, which has a public constructor that has a pointer parameter.

@jasongin jasongin merged commit df2edf0 into main Oct 4, 2024
24 checks passed
@jasongin jasongin deleted the dev/jasongin/pointer-astype branch October 4, 2024 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants