-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
colexec: add support for LShift binary operator #49467
Comments
Good morning! Can I try this one? :) |
@tancredosouza of course! I'll assign the issue to you to indicate that it is currently being worked on. |
Hi there! I believe to be almost done with both LShift and RShift implementations. The only thing missing, I believe, is the translation of the following statement: Since these are the only operations which send telemetry information, I wasn't able to figure out how to translate that to I could also leave it as a "TODO" item in my code. What do you think? Kind regards, |
I assume that something like this should just work, no?
Is there something I'm missing? |
That did it. I tried that before but must have misspelt something, which caused it to not work. Thanks! |
Hi there. Is this still an open issue? I'm looking for a good first issue to contribute to. Thanks. |
@derekkenney it's still "open" in a sense that it hasn't been "closed" yet, but @tancredosouza is actively working on it and already has a PR out, so please take a look at some other good first issue that doesn't have an "assignee" yet. |
Add support for
LShift
binary operator. For more details, see #49463.The text was updated successfully, but these errors were encountered: