-
-
Notifications
You must be signed in to change notification settings - Fork 377
Add missing comparison operators #3136
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
Conversation
This has been discussed before, and author decided not to support them: #1882 (comment)
IIUC, the major reason is that they will be adjusted to boolean type no matter what 🤔
#2750 (reply in thread)
Understood, thanks!
NohaZaman
commented
Apr 11, 2025
I noticed that eq was not being recognized by the language server. Adding the missing eq, lt, and le entries to vm.BINARY_OP and binaryMap resolves this issue.
This has been discussed before, and author decided not to support them: #1882 (comment)
IIUC, the major reason is that they will be adjusted to boolean type no matter what 🤔 #2750 (reply in thread)
NohaZaman
commented
Apr 11, 2025
I noticed that eq was not being recognized by the language server. Adding the missing eq, lt, and le entries to vm.BINARY_OP and binaryMap resolves this issue.
1 similar comment
NohaZaman
commented
Apr 11, 2025
I noticed that eq was not being recognized by the language server. Adding the missing eq, lt, and le entries to vm.BINARY_OP and binaryMap resolves this issue.
I noticed that eq was not being recognized by the language server. Adding the missing eq, lt, and le entries to vm.BINARY_OP and binaryMap resolves this issue.