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

Fix feat 926 coordinates #1013

Closed
wants to merge 3 commits into from

Conversation

bruno-f-cruz
Copy link
Collaborator

@bruno-f-cruz bruno-f-cruz commented Aug 3, 2024

This PR tries to fix #1011/#1012 errors. The issue was related to using enumerator instances (which should be treated as value-types) as inputs to an Union/type signature. If you want to limit the choices users have in terms of value types, use a Literal type instead.

Test errors related to the "Bregma" error it was throwing before seem to disappear but couple of other errors remain related with missing fields that I didn't take a look at.

Additionally, following #945 and #770 it would be great if the default keyword was preserved in the current schemas if possible.

Hope it helps!

@saskiad saskiad mentioned this pull request Aug 6, 2024
@jtyoung84
Copy link
Collaborator

Duplicate of #1016

@jtyoung84 jtyoung84 marked this as a duplicate of #1016 Aug 6, 2024
@jtyoung84 jtyoung84 closed this Aug 6, 2024
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.

2 participants