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

adds changes for 'nullable' annotated type references #100

Merged
merged 3 commits into from
Jul 26, 2022

Conversation

desaikd
Copy link
Contributor

@desaikd desaikd commented Jul 19, 2022

Issue #12

Description of changes:
This PR works on implementation of type references that are annotated with nullable.

List of changes:

  • Adds a check for nullable annotation on type references (only allows for built in type references e.g. { type: int })

Test:
Adds unit tests for nullable type references and removes skip list tests.

@desaikd desaikd requested a review from popematt July 19, 2022 23:00
@desaikd desaikd requested review from popematt and zslayton July 21, 2022 20:08
src/isl/isl_type_reference.rs Outdated Show resolved Hide resolved
src/isl/isl_type_reference.rs Outdated Show resolved Hide resolved
src/isl/isl_type_reference.rs Show resolved Hide resolved
src/schema.rs Show resolved Hide resolved
@desaikd desaikd merged commit 7da72c2 into main Jul 26, 2022
@desaikd desaikd deleted the desaikd-nullable-impl branch August 3, 2022 18: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.

3 participants