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

[cleanup][move] Remove stackless bytecode interpreter #17763

Merged
merged 1 commit into from
May 21, 2024

Conversation

tzakian
Copy link
Contributor

@tzakian tzakian commented May 15, 2024

Description

The stackless bytecode interpreter was only being used in unit tests, and was not being used there at all. The only usages were for usages to test itself. Since it's no longer of any real use/not being used it's best to remove the code to remove the ongoing maintenance burden of it.

This removes the stackless bytecode interpreter from the unit tests, and then remove the stackless bytecode interpreter crate and bytecode-testsuite crate for it as well.

Test plan

Make sure existing tests pass.

@tzakian tzakian requested a review from a team May 15, 2024 21:53
Copy link

vercel bot commented May 15, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
sui-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 21, 2024 4:41pm
3 Ignored Deployments
Name Status Preview Comments Updated (UTC)
multisig-toolkit ⬜️ Ignored (Inspect) Visit Preview May 21, 2024 4:41pm
sui-kiosk ⬜️ Ignored (Inspect) Visit Preview May 21, 2024 4:41pm
sui-typescript-docs ⬜️ Ignored (Inspect) Visit Preview May 21, 2024 4:41pm

Copy link
Contributor

@dariorussi dariorussi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

@tzakian tzakian force-pushed the tzakian/spring-cleaning-3 branch from cc41ad1 to fc978ab Compare May 21, 2024 16:39
@tzakian tzakian enabled auto-merge (squash) May 21, 2024 16:39
@tzakian tzakian merged commit c98650c into main May 21, 2024
48 checks passed
@tzakian tzakian deleted the tzakian/spring-cleaning-3 branch May 21, 2024 17:04
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

2 participants