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

test: Add tests for bitshifts #93

Closed
wants to merge 2 commits into from
Closed

test: Add tests for bitshifts #93

wants to merge 2 commits into from

Conversation

Syndamia
Copy link

Added tests for << and >>. Note that all of them should be successful if our implementation was feature-complete.

@Syndamia Syndamia self-assigned this Sep 27, 2024
@Syndamia Syndamia marked this pull request as draft September 30, 2024 06:09
@Syndamia
Copy link
Author

This is currently BLOCKED, with @nickysn we found an upstream bug related to >>, mainly x >> const does arithmetic bitshift, while x >> input does logical.

@Syndamia
Copy link
Author

Syndamia commented Oct 2, 2024

This was split into #94 and #95

@Syndamia Syndamia closed this Oct 2, 2024
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.

1 participant