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 issues with void type and void values #922

Merged
merged 2 commits into from
Jan 3, 2022
Merged

Conversation

degory
Copy link
Owner

@degory degory commented Jan 3, 2022

Bugs fixed:

degory and others added 2 commits January 3, 2022 12:09
Bugs fixed:
- Void is incorrectly convertible to Object (closes #302)
- No error when declaring symbols of void type (closes #914)
- No error when inheriting from types that are constructed from void (closes #915)
- No error when attempting to create instances of types constructed from void (closes #916)
- No error when attempting to consume values of void type (closes #921)
@degory degory merged commit 3e8cb16 into main Jan 3, 2022
@degory degory deleted the degory/void-type-fixes branch January 12, 2022 20:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment