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

More improvements to marshaling classes #191

Merged
merged 2 commits into from
May 13, 2024
Merged

More improvements to marshaling classes #191

merged 2 commits into from
May 13, 2024

Conversation

mattjohnsonpint
Copy link
Member

@mattjohnsonpint mattjohnsonpint commented May 13, 2024

Additional followup from #189. Fixes marshaling of []kvp to map types, and handles nested map[string]any that need to be reinterpreted as structs.

Related to HYP-1126

@mattjohnsonpint mattjohnsonpint requested a review from a team as a code owner May 13, 2024 16:58
Copy link

linear bot commented May 13, 2024

HYP-1126 Type info errors coming from the Runtime

We should be able to define a class in AssemblyScript and pass it into a host function, or return data from a host function using that class. It's not currently working.

Other type errors are also being reported. They're all linked here as sub-issues.

@mattjohnsonpint mattjohnsonpint merged commit 44b1e79 into main May 13, 2024
4 checks passed
@mattjohnsonpint mattjohnsonpint deleted the mjp/kvps branch May 13, 2024 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants