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

Strict comparisons #2483

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Conversation

pudalangai
Copy link

Make comparisons strongly typed. Currently if there is a type mismatch while doing comparison we return false.
With this change, it'll start throwing error in those cases. The error message will be propagated from the ICompare func.

TODO

  • Fix/investigate the remaining failing tests
  • Fix error msgs. (see char position in err msg)

@pudalangai pudalangai marked this pull request as ready for review April 7, 2024 08:54
@pudalangai pudalangai requested a review from Jeffail as a code owner April 7, 2024 08:54
@pudalangai pudalangai marked this pull request as draft April 7, 2024 08:54
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.

None yet

1 participant