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

Comparison operators: check type compatibility #160

Open
ForNeVeR opened this issue Jul 30, 2022 · 1 comment · Fixed by #170
Open

Comparison operators: check type compatibility #160

ForNeVeR opened this issue Jul 30, 2022 · 1 comment · Fixed by #170
Labels
area:compiler Related to code compilation or type checking good-first-issue An issue considered simple enough for new contributors hacktoberfest kind:feature New feature or request status:help-wanted Open for contributors

Comments

@ForNeVeR
Copy link
Owner

ForNeVeR commented Jul 30, 2022

See // TODO[#160] in the code:

// TODO[#160]: check if operand types are compatible?

@ForNeVeR ForNeVeR added kind:feature New feature or request status:help-wanted Open for contributors area:compiler Related to code compilation or type checking good-first-issue An issue considered simple enough for new contributors labels Jul 30, 2022
ForNeVeR added a commit to impworks/Cesium that referenced this issue Jul 30, 2022
@ForNeVeR
Copy link
Owner Author

ForNeVeR commented Aug 7, 2022

Partially resolved by #170: we've added more conversion features, but it seems there's still no check?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:compiler Related to code compilation or type checking good-first-issue An issue considered simple enough for new contributors hacktoberfest kind:feature New feature or request status:help-wanted Open for contributors
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant