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

Add support for arrays of custom declared types #481

Merged
merged 5 commits into from
Jul 12, 2022
Merged

Add support for arrays of custom declared types #481

merged 5 commits into from
Jul 12, 2022

Conversation

jcp19
Copy link
Contributor

@jcp19 jcp19 commented Jul 12, 2022

As discussed with @Felalolf, the current array encoding should be compatible with "custom declared types". This PR removes the type-checker's check that keeps one from declaring arrays of declared types.

@jcp19 jcp19 requested a review from Felalolf July 12, 2022 09:44
@jcp19 jcp19 linked an issue Jul 12, 2022 that may be closed by this pull request
@jcp19 jcp19 merged commit 5eb655d into master Jul 12, 2022
@jcp19 jcp19 deleted the fix-480 branch July 12, 2022 12:57
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.

Arrays of custom declared types are not supported
2 participants