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

Document and add a test for bit-shift operator behavior. #1159

Merged
merged 1 commit into from
Jul 19, 2022
Merged

Document and add a test for bit-shift operator behavior. #1159

merged 1 commit into from
Jul 19, 2022

Conversation

blp
Copy link
Contributor

@blp blp commented Jul 19, 2022

This documents the current requirement that the right-hand operand of
<< and >> have type bit<32>. I tend to consider that a bug (see
#1158), so I
hope that it will be relaxed in the future (and the documentation
updated).

Signed-off-by: Ben Pfaff [email protected]

This documents the current requirement that the right-hand operand of
<< and >> have type bit<32>.  I tend to consider that a bug (see
#1158), so I
hope that it will be relaxed in the future (and the documentation
updated).

Signed-off-by: Ben Pfaff <[email protected]>
@blp
Copy link
Contributor Author

blp commented Jul 19, 2022

I don't know how to evaluate the failed tests. Are they related to something I did?

@ryzhyk
Copy link
Contributor

ryzhyk commented Jul 19, 2022

Thank you, @blp !

@ryzhyk ryzhyk merged commit 588d489 into vmware:master Jul 19, 2022
@ryzhyk
Copy link
Contributor

ryzhyk commented Jul 19, 2022

@blp PS. Test failures are unrelated to your PR.

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.

2 participants