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

Array of references not supported #49

Open
mickeyreiss opened this issue Nov 6, 2018 · 0 comments
Open

Array of references not supported #49

mickeyreiss opened this issue Nov 6, 2018 · 0 comments
Assignees

Comments

@mickeyreiss
Copy link

Array of references seems to be unsupported. In DataType.init(key:value:data:) our runtime field type of Array<Pring.Reference<MyType>> doesn't fall into any useful type matching case.

This seems to be because there's a check for subjectType == [Any].self, rather than using as? to check for compatible array types.

@1amageek 1amageek self-assigned this Nov 13, 2018
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

No branches or pull requests

2 participants